aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_BUILD.gn
blob: d1d307dcc1930cc30fcb83b8506235413af623e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2024-01-30 07:53:34 UTC
+++ ui/gfx/BUILD.gn
@@ -667,7 +667,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" ]
   }