mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
11 lines
430 B
Text
11 lines
430 B
Text
--- content/gpu/BUILD.gn.orig 2019-06-04 18:55:23 UTC
|
|
+++ content/gpu/BUILD.gn
|
|
@@ -124,7 +124,7 @@ target(link_target_type, "gpu_sources") {
|
|
|
|
# Use DRI on desktop Linux builds.
|
|
if (current_cpu != "s390x" && current_cpu != "ppc64" && is_desktop_linux &&
|
|
- (!is_chromecast || is_cast_desktop_build)) {
|
|
+ (!is_chromecast || is_cast_desktop_build) && !is_bsd) {
|
|
configs += [ "//build/config/linux/dri" ]
|
|
}
|
|
}
|