summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpushsla2019-10-23 09:05:56 +0000
committerpushsla2019-10-23 09:05:56 +0000
commit9b8ec02ce3126f22fc5960dd4111ef4c86d95f52 (patch)
treea06515eccd4bcfaa4b2d71440fbf620430a33a70
parent31dea1c3628183d412642255fe1cbe9695af510a (diff)
downloadaur-9b8ec02ce3126f22fc5960dd4111ef4c86d95f52.tar.gz
rel 8
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86fe3e39986d..dcec7ebeba6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ build() {
fi
cd "$srcdir/xneur-devel/xneur"
- ./autogen.sh
+ ./autogen.sh --without-xosd --with-gtk=gtk2 --sysconfdir=/etc --prefix=/usr
./configure --without-xosd --with-gtk=gtk2 --sysconfdir=/etc --prefix=/usr
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build