summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-content_gpu_BUILD.gn
blob: 66bc40d92c154c395451a5b0af71314c534591e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/gpu/BUILD.gn.orig	2018-06-13 00:10:17.000000000 +0200
+++ content/gpu/BUILD.gn	2018-07-19 12:07:20.670815000 +0200
@@ -127,7 +127,7 @@
 
   # 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" ]
   }
 }