Changelog: https://chromium.googlesource.com/chromium/src/+log/63.0.3239.132..64.0.3282.186?pretty=fuller&n=10000 MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/8e986b2b-1baa-11e8-a944-54ee754af08e.html Security: https://vuxml.freebsd.org/freebsd/abfc932e-1ba8-11e8-a944-54ee754af08e.html
11 lines
402 B
Text
11 lines
402 B
Text
--- 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" ]
|
|
}
|
|
}
|