blob: 07f7379d0f1a9f0a2f0724435d7cc2d530920fbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/gfx/BUILD.gn.orig 2019-04-08 08:33:23 UTC
+++ ui/gfx/BUILD.gn
@@ -532,7 +532,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" ]
}
|