aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_BUILD.gn
blob: 8b8bdc8af8aa85255d10320c6476f21299f79cf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/3rdparty/chromium/third_party/webrtc/BUILD.gn.orig	2023-03-09 06:31:50 UTC
+++ src/3rdparty/chromium/third_party/webrtc/BUILD.gn
@@ -211,6 +211,9 @@ config("common_inherited_config") {
   if (is_linux || is_chromeos) {
     defines += [ "WEBRTC_LINUX" ]
   }
+  if (is_bsd) {
+    defines += [ "WEBRTC_BSD" ]
+  }
   if (is_mac) {
     defines += [ "WEBRTC_MAC" ]
   }