summaryrefslogtreecommitdiff
path: root/patches/www-client/chromium-73.0.3683.75/swiftshader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/www-client/chromium-73.0.3683.75/swiftshader.patch')
-rw-r--r--patches/www-client/chromium-73.0.3683.75/swiftshader.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/www-client/chromium-73.0.3683.75/swiftshader.patch b/patches/www-client/chromium-73.0.3683.75/swiftshader.patch
new file mode 100644
index 0000000..887cf5a
--- /dev/null
+++ b/patches/www-client/chromium-73.0.3683.75/swiftshader.patch
@@ -0,0 +1,14 @@
+description: avoid building the swiftshader library
+author: Michael Gilbert <mgilbert@debian.org>
+
+--- a/BUILD.gn
++++ b/BUILD.gn
+@@ -446,7 +446,7 @@ group("gn_all") {
+ ]
+ }
+
+- if ((is_win || is_mac || is_linux || is_chromeos || is_fuchsia) &&
++ if (false &&
+ (target_cpu == "x86" || target_cpu == "x64")) {
+ deps += [ "//third_party/swiftshader" ]
+ }