2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-23 22:36:18 +00:00
repo/testing/chromium/patches/disable_swiftshader.patch
2019-07-30 18:10:35 +03:00

15 lines
372 B
Diff

description: avoid building the swiftshader library
author: Michael Gilbert <mgilbert@debian.org>
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -449,7 +449,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" ]
}