summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87cc1373a3f3..37441bc61e45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,18 +40,6 @@ build() {
-DINSTALL_QPCV_PLUGIN=OFF \
-DINSTALL_QDUMMY_PLUGIN=OFF \
-DINSTALL_QSSAO_PLUGIN=OFF
-
- while true; do
- read -p "Do you want to edit the cmake configuration? [y/N]" yn
- yn=${yn:-n}
- case $yn in
- [Yy] ) cmake-gui ..
- break;;
- [Nn] ) break;;
-# * ) echo "Please answer y or n.";;
- esac
- done
-
make -j$(nproc)
}