summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-ui_gfx_BUILD.gn
blob: 4aa1e4192e86a82eb470c1968f2010b7d50eae91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2019-12-12 12:41:33 UTC
+++ ui/gfx/BUILD.gn
@@ -573,7 +573,7 @@ jumbo_source_set("memory_buffer_sources") {
     deps += [ "//build/config/linux/libdrm" ]
   }
 
-  if (is_linux || is_android) {
+  if ((is_linux || is_android) && !is_bsd) {
     deps += [ "//third_party/libsync" ]
   }