blob: 72991ef3942eaf2e6f51cf5028463175c53f10bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/gfx/BUILD.gn.orig 2019-06-04 18:55:50 UTC
+++ ui/gfx/BUILD.gn
@@ -546,7 +546,7 @@ jumbo_source_set("memory_buffer_sources") {
deps += [ "//build/config/linux/libdrm" ]
}
- if (is_linux || is_android) {
+ if ((is_linux || is_android) && !is_bsd) {
deps += [ "//third_party/libsync" ]
}
|