summaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-ui_gfx_BUILD.gn
blob: 323a503c25fac52cb68435582fa1d6505d60f6d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2025-04-06 11:53:44 UTC
+++ ui/gfx/BUILD.gn
@@ -662,7 +662,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" ]
   }