aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-12-14 12:48:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-12-14 18:56:07 +0000
commitcf74e5675cd4a86b6db756081fe56f482e36e64b (patch)
treed03643a105a364880b56ab950711dbb1718c7045
parentf197fc427e573c196ebf1b3a08ddcab9f3ff4379 (diff)
downloadaports-cf74e5675cd4a86b6db756081fe56f482e36e64b.tar.bz2
aports-cf74e5675cd4a86b6db756081fe56f482e36e64b.tar.xz
main/qemu: build fixes
-rw-r--r--main/qemu/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD
index 04e0ce53aa..e2ea8152ba 100644
--- a/main/qemu/APKBUILD
+++ b/main/qemu/APKBUILD
@@ -104,7 +104,6 @@ _subsystems="
system-or1k
system-ppc
system-ppc64
- system-ppcemb
system-riscv32
system-riscv64
system-s390x
@@ -272,7 +271,6 @@ build() {
--enable-vnc \
--enable-vnc-jpeg \
--enable-vnc-png \
- --with-gtkabi=3.0 \
--with-sdlabi=2.0 \
--tls-priority=@QEMU,SYSTEM
}