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