summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_BUILD.gn
blob: 48a8b74d0fff3ed73a89152cfb6c362299435e79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2022-07-22 17:30:31 UTC
+++ ui/gfx/BUILD.gn
@@ -586,7 +586,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" ]
   }