summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b923db4a5c0..6cb5cc61a585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,9 +31,7 @@ prepare() {
build() {
cd "${srcdir}"/$_pkgname
./configure --prefix=/usr \
- --without-gtk \
- --sysconfdir=/etc \
- --without-X11
+ --sysconfdir=/etc
make
}