aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-content_gpu_BUILD.gn
blob: c79a3590d3be383ad615be56c8980c7eedec8285 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/gpu/BUILD.gn.orig	2021-04-14 01:08:48 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" ]
   }
 }