diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2022-12-12 14:30:18 -0300 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2022-12-12 14:30:18 -0300 |
commit | f42b026f758f17a14b8358c0864e6503ee801a26 (patch) | |
tree | e693febc67230ecb6522a524c694a80b3c25e9af | |
parent | 28f4dac985208d61173ea2d3897cf2e7ec0ca8a1 (diff) |
enable-webrtc-pipewire-capturer.patch: deleted.
Applied upstream.
-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 |