diff options
Diffstat (limited to 'www/chromium/files/patch-content_gpu_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_gpu_BUILD.gn | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/www/chromium/files/patch-content_gpu_BUILD.gn b/www/chromium/files/patch-content_gpu_BUILD.gn index f51961d30857..7e5931ff8881 100644 --- a/www/chromium/files/patch-content_gpu_BUILD.gn +++ b/www/chromium/files/patch-content_gpu_BUILD.gn @@ -1,15 +1,6 @@ ---- content/gpu/BUILD.gn.orig 2020-05-13 18:39:43 UTC +--- content/gpu/BUILD.gn.orig 2020-09-08 19:14:05 UTC +++ content/gpu/BUILD.gn -@@ -96,7 +96,7 @@ target(link_target_type, "gpu_sources") { - ] - } - -- if (is_linux) { -+ if (is_linux && !is_bsd) { - deps += [ "//services/service_manager/zygote" ] - } - -@@ -130,7 +130,7 @@ target(link_target_type, "gpu_sources") { +@@ -126,7 +126,7 @@ target(link_target_type, "gpu_sources") { # Use DRI on desktop Linux builds. if (current_cpu != "s390x" && current_cpu != "ppc64" && is_desktop_linux && |