summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d390fbecc0d..23bbfc012613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ prepare() {
build() {
cd "${pkgname}/vice"
./autogen.sh
- ./configure --prefix=/usr --enable-fullscreen --enable-external-ffmpeg --with-uithreads --without-oss --with-pulse --without-alsa --enable-gnomeui
+ ./configure --prefix=/usr --enable-external-ffmpeg --with-uithreads --without-oss --without-alsa --enable-gnomeui
make
}