aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_mojo_core_BUILD.gn
blob: 3c99434c12d2ccf4afd38786f57a93eb129a75d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/mojo/core/BUILD.gn.orig	2023-02-08 09:03:45 UTC
+++ src/3rdparty/chromium/mojo/core/BUILD.gn
@@ -164,7 +164,7 @@ template("core_impl_source_set") {
         ]
       }
 
-      if ((is_linux || is_chromeos || is_android) && !is_nacl) {
+      if ((is_linux || is_chromeos || is_android) && !is_nacl && !is_bsd) {
         sources += [
           "channel_linux.cc",
           "channel_linux.h",