summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_gpu_BUILD.gn
blob: 822f297289fccf6479bcc8b4c20263a4959ab3a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/gpu/BUILD.gn.orig	2021-04-14 18:41:03 UTC
+++ content/gpu/BUILD.gn
@@ -137,7 +137,7 @@ target(link_target_type, "gpu_sources") {
   # Use DRI on desktop Linux builds.
   if (current_cpu != "s390x" && current_cpu != "ppc64" &&
       (is_linux || is_chromeos_lacros) &&
-      (!is_chromecast || is_cast_desktop_build)) {
+      (!is_chromecast || is_cast_desktop_build) && !is_bsd) {
     configs += [ "//build/config/linux/dri" ]
   }
 }