summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLW-archlinux2020-02-12 01:46:34 +0100
committerLW-archlinux2020-02-12 01:46:34 +0100
commite611da3c6bb180f99832da4c3d00dea855041de6 (patch)
treebebbd235cc409100e19468c3e7b94e78cc6c036c /PKGBUILD
parent1f4393201ae653ef4e2740073103c951b525387b (diff)
downloadaur-e611da3c6bb180f99832da4c3d00dea855041de6.tar.gz
disabled zstd for lib32-mesa due to an upstream issue with lib32-zstd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebeed51e5baf..5c09f0ec7622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -133,7 +133,9 @@ build () {
-D shared-glapi=true \
-D valgrind=false \
-D tools=[] \
-
+ -D zstd=false
+ # disabling zstd because of a problem with lib32-zstd .
+ # https://bugs.archlinux.org/task/65439
meson configure _build
ninja $NINJAFLAGS -C _build
}