aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vice/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vice/APKBUILD')
-rw-r--r--testing/vice/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/vice/APKBUILD b/testing/vice/APKBUILD
index e394ac5a660..56db7dde609 100644
--- a/testing/vice/APKBUILD
+++ b/testing/vice/APKBUILD
@@ -7,8 +7,8 @@ pkgdesc="emulates the C64/DTV, C128, VIC20, almost all PETs, PLUS4 and CBM-II"
url="http://vice-emu.sourceforge.net/"
arch="all"
license="GPL-2.0"
-makedepends="sdl2-dev giflib-dev ffmpeg-dev jpeg-dev libpng-dev alsa-lib-dev
- linux-headers texinfo automake autoconf bison flex xa"
+makedepends="gtk+3.0-dev giflib-dev ffmpeg-dev jpeg-dev libpng-dev alsa-lib-dev
+ linux-headers texinfo automake autoconf bison flex xa bdftopcf mkfontdir"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/vice-emu/vice-$pkgver.tar.gz
disable-fc-cache.patch
@@ -26,7 +26,7 @@ build() {
cd "$builddir"
./configure --prefix=/usr \
--libdir=/usr/lib \
- --enable-sdlui2 \
+ --enable-native-gtk3ui \
--disable-no-pic \
--enable-external-ffmpeg
make