summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_BUILD.gn
blob: b583fe1ae17ae2420f61bbb9d677f16fca87fb63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2019-07-24 18:59:22 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" ]
   }