blob: c21379140f7ee934df31adad4d285a2f5cb79875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-third_party_webrtc_webrtc_gni,v 1.31 2021/11/16 11:28:47 robert Exp $
Index: third_party/webrtc/webrtc.gni
--- third_party/webrtc/webrtc.gni.orig
+++ third_party/webrtc/webrtc.gni
@@ -310,7 +310,7 @@ rtc_opus_dir = "//third_party/opus"
# Desktop capturer is supported only on Windows, OSX and Linux.
rtc_desktop_capture_supported =
(is_win && current_os != "winuwp") || is_mac ||
- ((is_linux || is_chromeos) && (rtc_use_x11_extensions || rtc_use_pipewire))
+ (((is_linux || is_chromeos) && !is_openbsd) && (rtc_use_x11_extensions || rtc_use_pipewire))
###############################################################################
# Templates
|