summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-09-24 01:02:45 +0200
committerJose Riha2021-09-24 01:02:45 +0200
commitb2838b554d7e17874c872b44d4aab4b4f6b8c50d (patch)
treec154a9ebe83828940e9a3e1da521513e80b03a85 /PKGBUILD
parent8471275e22ac3bc3731e6a0a076c28cd56bab72d (diff)
downloadaur-b2838b554d7e17874c872b44d4aab4b4f6b8c50d.tar.gz
Remove without-gtk and without-X11
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
}