summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-ui_gfx_BUILD.gn
blob: 3e207423f96b116cbbd2955eb97e1b2b0a7902e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2019-09-10 11:14:39 UTC
+++ ui/gfx/BUILD.gn
@@ -550,7 +550,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" ]
   }