diff options
-rw-r--r-- | build/chromium-patches/enable-webrtc-pipewire-capturer.patch | 16 | ||||
-rw-r--r-- | build/chromium-patches/series | 1 |
2 files changed, 0 insertions, 17 deletions
diff --git a/build/chromium-patches/enable-webrtc-pipewire-capturer.patch b/build/chromium-patches/enable-webrtc-pipewire-capturer.patch deleted file mode 100644 index 872cccd..0000000 --- a/build/chromium-patches/enable-webrtc-pipewire-capturer.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: For screen capture to work in Wayland, enable Pipewire. -Author: Nathan Pratta Teodosio <nathan.teodosio@canonical.com> -Forwarded: no -Ubuntu-bug: https://launchpad.net/bugs/1950040 - ---- a/content/public/common/content_features.cc -+++ b/content/public/common/content_features.cc -@@ -1479,7 +1479,7 @@ - // Wayland display server. - BASE_FEATURE(kWebRtcPipeWireCapturer, - "WebRTCPipeWireCapturer", -- base::FEATURE_DISABLED_BY_DEFAULT); -+ base::FEATURE_ENABLED_BY_DEFAULT); - #endif // defined(WEBRTC_USE_PIPEWIRE) - - enum class VideoCaptureServiceConfiguration { diff --git a/build/chromium-patches/series b/build/chromium-patches/series index 0efd68a..0596df5 100644 --- a/build/chromium-patches/series +++ b/build/chromium-patches/series @@ -25,4 +25,3 @@ swiftshader-use-pkg-config.patch use-system-wide-eu-strip.patch dont-collect-motherboard-metrics.patch linker-oom-armhf.patch -enable-webrtc-pipewire-capturer.patch |