summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Hodgetts2018-05-22 22:12:04 +0100
committerBenjamin Hodgetts2018-05-22 22:12:04 +0100
commit7231263a6db4a0b76d579248add558210a09a84e (patch)
tree9d79f5e21563affeb45d293efe422d78fb87e88c
parent53c17fbe0740ce5224ca0def76fcaacd51bd7380 (diff)
downloadaur-7231263a6db4a0b76d579248add558210a09a84e.tar.gz
Update build options due to changes upstream
-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
}