summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2016-01-25 19:29:49 -0800
committerDonald Carr2016-01-25 19:29:49 -0800
commit5bccb086e9e694d2ce5560e8e2e8f8f358717901 (patch)
tree654fc8c27b315b9f0ec9a7f860f9142453db6af8 /PKGBUILD
parente9fbd058805d90c6612911d52ac2e73f68bfd3fa (diff)
downloadaur-5bccb086e9e694d2ce5560e8e2e8f8f358717901.tar.gz
Fix git interactive rebase faux pas
Change-Id: I8dc2d2eb219009f05ce20269764af2e629390808
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49bc4b279a3b..963f4c05e25a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@
# Options
-_build_web_engine=false
+_skip_web_engine=true
# comment this turkey out in any circumstance when you need to regenate .SRCINFO
#echo "Set your sysroot prior to build" && exit 1
@@ -50,8 +50,7 @@ install=qpi.install
_fully_qualified_install_script="${startdir}/${install_script}"
_device_configure_flags=""
-
-if $_build_web_engine && [[ ${_piver} = "1" ]]; then
+if $_skip_web_engine || [[ ${_piver} = "1" ]]; then
_device_configure_flags="-skip qtwebengine"
fi