aboutsummaryrefslogtreecommitdiffstats
path: root/community/qemu/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qemu/APKBUILD')
-rw-r--r--community/qemu/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/qemu/APKBUILD b/community/qemu/APKBUILD
index d5c8cc324c0..39edf017eb8 100644
--- a/community/qemu/APKBUILD
+++ b/community/qemu/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=qemu
pkgver=5.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="QEMU is a generic machine emulator and virtualizer"
url="https://qemu.org/"
arch="all"
@@ -49,6 +49,8 @@ makedepends="
xfsprogs-dev
zlib-dev
zlib-static
+ zstd-dev
+ zstd-static
"
pkggroups="qemu"
install="$pkgname.pre-install $pkgname.post-install $pkgname.pre-upgrade"
@@ -288,6 +290,7 @@ build() {
--enable-vnc \
--enable-vnc-jpeg \
--enable-vnc-png \
+ --enable-zstd \
--tls-priority=@QEMU,SYSTEM
}