Skip to content

Commit da17692

Browse files
authored
build_linux.sh: enable Pipewire (Wayland) and X11 desktop capture (#784)
1 parent 3248711 commit da17692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webrtc-sys/libwebrtc/build_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ args="is_debug=$debug \
115115
ffmpeg_branding=\"Chrome\" \
116116
rtc_use_h264=true \
117117
rtc_use_h265=true \
118-
rtc_use_pipewire=false \
118+
rtc_use_pipewire=true \
119119
symbol_level=0 \
120120
enable_iterator_debugging=false \
121121
use_rtti=true \
122122
is_clang=false \
123-
rtc_use_x11=false"
123+
rtc_use_x11=true"
124124

125125
# generate ninja files
126126
gn gen "$OUTPUT_DIR" --root="src" --args="${args}"

0 commit comments

Comments
 (0)