summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_gfx_BUILD.gn
blob: bf23b590c6fd1a46da5a3fb8fdce73fd8bd9469a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/BUILD.gn.orig	2025-11-01 06:40:37 UTC
+++ ui/gfx/BUILD.gn
@@ -657,7 +657,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" ]
   }