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