aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_BUILD.gn
blob: ab2fc3d5a55d601d6f53b1b87df2bb9b2244120c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/3rdparty/chromium/third_party/webrtc/BUILD.gn.orig	2023-09-13 12:11:42 UTC
+++ src/3rdparty/chromium/third_party/webrtc/BUILD.gn
@@ -216,6 +216,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" ]
   }