diff options
Diffstat (limited to 'www/chromium/files/patch-third__party_webrtc_webrtc.gni')
-rw-r--r-- | www/chromium/files/patch-third__party_webrtc_webrtc.gni | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-third__party_webrtc_webrtc.gni b/www/chromium/files/patch-third__party_webrtc_webrtc.gni deleted file mode 100644 index 30f4ca6a7802..000000000000 --- a/www/chromium/files/patch-third__party_webrtc_webrtc.gni +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/webrtc/webrtc.gni.orig 2019-01-30 02:20:39.000000000 +0100 -+++ third_party/webrtc/webrtc.gni 2019-02-01 14:19:52.625516000 +0100 -@@ -234,7 +234,7 @@ - - # Desktop capturer is supported only on Windows, OSX and Linux. - rtc_desktop_capture_supported = -- is_win || is_mac || (is_linux && (rtc_use_x11 || rtc_use_pipewire)) -+ is_win || is_mac || (is_linux && (rtc_use_x11 || rtc_use_pipewire) && !is_bsd) - - ############################################################################### - # Templates |