blob: cbb78ee65c9e352e4af26f18683ee91e2d8b085a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/gpu/BUILD.gn.orig 2018-03-04 17:22:26.995017000 +0100
+++ content/gpu/BUILD.gn 2018-03-04 17:22:46.556822000 +0100
@@ -121,7 +121,7 @@
}
# Use DRI on desktop Linux builds.
- if (is_desktop_linux && (!is_chromecast || is_cast_desktop_build)) {
+ if (is_desktop_linux && (!is_chromecast || is_cast_desktop_build) && !is_bsd) {
configs += [ "//build/config/linux/dri" ]
}
}
|