Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 9f32f3b

Browse files
Xiaohan WangCommit Bot
authored andcommitted
webrtc: Replace is_desktop_linux with is_linux
`is_desktop_linux` is the same as `is_linux` now and will be deprecated Bug: chromium:1132395 Change-Id: If3746da85558d20a0c321357c8dd3bcadfee7a9b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/186424 Reviewed-by: Henrik Andreassson <[email protected]> Reviewed-by: Mirko Bonadei <[email protected]> Commit-Queue: Xiaohan Wang <[email protected]> Cr-Commit-Position: refs/heads/master@{#32318}
1 parent e3aeeb9 commit 9f32f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrtc.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ declare_args() {
112112
# By default it's only enabled on desktop Linux (excludes ChromeOS) and
113113
# only when using the sysroot as PipeWire is not available in older and
114114
# supported Ubuntu and Debian distributions.
115-
rtc_use_pipewire = is_desktop_linux && use_sysroot
115+
rtc_use_pipewire = is_linux && use_sysroot
116116

117117
# Set this to link PipeWire directly instead of using the dlopen.
118118
rtc_link_pipewire = false

0 commit comments

Comments
 (0)