summaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-ui_gfx_BUILD.gn
blob: 7e9dbbd97d08c292f6aabcf672ea1ba2a2c3bd93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2025-11-02 19:17:57 UTC
+++ ui/gfx/BUILD.gn
@@ -663,7 +663,7 @@ source_set("memory_buffer_sources") {
     deps += [ "//build/config/linux/libdrm" ]
   }
 
-  if (is_linux || is_chromeos || is_android) {
+  if ((is_linux || is_chromeos || is_android) && !is_bsd) {
     deps += [ "//third_party/libsync" ]
   }