aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2017-05-28 17:57:23 -0700
committerDonald Carr2017-05-28 17:57:23 -0700
commit61abfbfbc9d18c388c54937cea2959e69cef39f8 (patch)
tree7912baebf8ede04c23636dbd12b43bfd91affd9c
parent17c4fabd7be32f3638a4df2b296e59912845b0e0 (diff)
downloadaur-61abfbfbc9d18c388c54937cea2959e69cef39f8.tar.gz
TIL: undeclared bash variables test as true
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 898ced211a5c..3038cabe6f78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,9 @@ _float=false
_shadow_build=true
# automatically disabled if you are building webengine
_debug=true
+_skip_qtscript=false
_skip_web_engine=false
+_skip_qt_widgets=false
_static_build=false
_build_from_head=false
_patching=true
@@ -89,7 +91,6 @@ __glespkgconfigpath="${__pkgconfigpath}/glesv2.pc"
case ${_piver} in
1)
_toolchain_name=armv6-rpi-linux-gnueabihf
- _minimal=true
# too problematic for me to care about
#_float=true
;;