blob: 87607363d4d94e0e0d19bc3d36ad3c8f8d716be1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/gfx/BUILD.gn.orig 2020-05-13 18:40:37 UTC
+++ ui/gfx/BUILD.gn
@@ -582,7 +582,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" ]
}
|