9c709a1d6b
Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D39769
11 lines
338 B
Text
11 lines
338 B
Text
--- ui/gfx/BUILD.gn.orig 2023-04-22 17:45:15 UTC
|
|
+++ ui/gfx/BUILD.gn
|
|
@@ -610,7 +610,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" ]
|
|
}
|
|
|