summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-04-19 19:54:15 +0200
committersL1pKn072021-04-19 19:54:15 +0200
commitc24b930d7eaa8dd9b4f1fcfe83da97650d700091 (patch)
tree92132adb76b7982274ff5884bb408952cce14503
parenta17d61a4a75ac4d3dc3fe6f0b66568f18357b3ef (diff)
downloadaur-c24b930d7eaa8dd9b4f1fcfe83da97650d700091.tar.gz
fix _keeplibs
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c23734821514..224165fe6ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -139,7 +139,7 @@ _keeplibs=(
'native_client_sdk/src/libraries/third_party/newlib-extras'
'net/third_party/mozilla_security_manager'
'net/third_party/nss'
- 'net/third_party/quiche'
+ 'net/third_party/quic'
'net/third_party/uri_template'
'third_party/abseil-cpp'
'third_party/angle'
@@ -170,7 +170,6 @@ _keeplibs=(
'third_party/catapult/tracing/third_party/jpeg-js'
'third_party/catapult/tracing/third_party/jszip'
'third_party/catapult/tracing/third_party/mannwhitneyu'
- 'third_party/catapult/tracing/third_party/mocha'
'third_party/catapult/tracing/third_party/oboe'
'third_party/catapult/tracing/third_party/pako'
'third_party/ced'
@@ -303,6 +302,7 @@ _keeplibs=(
'third_party/skia/include/third_party/skcms'
'third_party/skia/include/third_party/vulkan'
'third_party/skia/third_party/skcms'
+ 'third_party/skia/third_party/vulkan'
'third_party/smhasher'
'third_party/sqlite'
'third_party/swiftshader'
@@ -310,6 +310,7 @@ _keeplibs=(
'third_party/swiftshader/third_party/llvm-subzero'
'third_party/swiftshader/third_party/marl'
'third_party/swiftshader/third_party/subzero'
+ 'third_party/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1'
'third_party/tensorflow-text'
'third_party/tflite'
'third_party/tflite/src/third_party/eigen3'
@@ -338,8 +339,8 @@ _keeplibs=(
'third_party/widevine'
'third_party/woff2'
'third_party/wuffs'
- 'third_party/xcbproto'
'third_party/x11proto'
+ 'third_party/xcbproto'
'third_party/zxcvbn-cpp'
'third_party/zlib' # /google
'tools/grit/third_party/six'