raven-rhel8/base/qt6/qt6-qtwebengine/qtwebengine-link-pipewire.patch

14 lines
581 B
Diff
Raw Normal View History

2024-02-21 18:01:18 +06:00
diff --git a/src/3rdparty/chromium/third_party/webrtc/webrtc.gni b/src/3rdparty/chromium/third_party/webrtc/webrtc.gni
2024-05-27 12:07:54 +06:00
index 5a1c43c..82870d2 100644
2024-02-21 18:01:18 +06:00
--- a/src/3rdparty/chromium/third_party/webrtc/webrtc.gni
+++ b/src/3rdparty/chromium/third_party/webrtc/webrtc.gni
2024-05-27 12:07:54 +06:00
@@ -150,7 +150,7 @@ declare_args() {
2024-02-21 18:01:18 +06:00
rtc_use_pipewire = is_linux && use_sysroot
2024-05-27 12:07:54 +06:00
2024-02-21 18:01:18 +06:00
# Set this to link PipeWire and required libraries directly instead of using the dlopen.
- rtc_link_pipewire = false
+ rtc_link_pipewire = true
2024-05-27 12:07:54 +06:00
2024-02-21 18:01:18 +06:00
# Enable to use the Mozilla internal settings.
build_with_mozilla = false