summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}