summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-ui_gfx_BUILD.gn
blob: 39910503a68533eb0220c504cce08bf37eff6e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2019-03-15 06:38:28 UTC
+++ ui/gfx/BUILD.gn
@@ -572,7 +572,7 @@ source_set("memory_buffer_sources") {
     deps += [ "//third_party/libdrm" ]
   }
 
-  if (is_linux || is_android) {
+  if ((is_linux || is_android) && !is_bsd) {
     deps += [ "//third_party/libsync" ]
   }