diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-third_party_webrtc_webrtc_gni')
| -rw-r--r-- | www/chromium-uc/patches/patch-third_party_webrtc_webrtc_gni | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-third_party_webrtc_webrtc_gni b/www/chromium-uc/patches/patch-third_party_webrtc_webrtc_gni new file mode 100644 index 0000000..c213791 --- /dev/null +++ b/www/chromium-uc/patches/patch-third_party_webrtc_webrtc_gni | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-third_party_webrtc_webrtc_gni,v 1.31 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: third_party/webrtc/webrtc.gni | ||
| 4 | --- third_party/webrtc/webrtc.gni.orig | ||
| 5 | +++ third_party/webrtc/webrtc.gni | ||
| 6 | @@ -310,7 +310,7 @@ rtc_opus_dir = "//third_party/opus" | ||
| 7 | # Desktop capturer is supported only on Windows, OSX and Linux. | ||
| 8 | rtc_desktop_capture_supported = | ||
| 9 | (is_win && current_os != "winuwp") || is_mac || | ||
| 10 | - ((is_linux || is_chromeos) && (rtc_use_x11_extensions || rtc_use_pipewire)) | ||
| 11 | + (((is_linux || is_chromeos) && !is_openbsd) && (rtc_use_x11_extensions || rtc_use_pipewire)) | ||
| 12 | |||
| 13 | ############################################################################### | ||
| 14 | # Templates | ||
