summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrp2020-08-07 18:12:54 -0700
committerrp2020-08-07 18:12:54 -0700
commit9d05caa8c9837dfbf9b06793dc31e9251397c2ba (patch)
treeb3267f77ad3d7d9bdc41efa01ec353a7a10bdfd2
parentdffd82185ce138bce332b8bbca94dd570cc12fda (diff)
downloadaur-9d05caa8c9837dfbf9b06793dc31e9251397c2ba.tar.gz
updated config options
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 662db9c579a5..b0439553e2ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ prepare() {
build() {
cd ${_pkgname}-${pkgver}
- ./configure --prefix=/usr --libdir=/usr/lib --enable-gnomeui \
+ ./configure --prefix=/usr --libdir=/usr/lib --enable-native-gtk3ui \
--enable-ethernet --disable-parsid
make
}