summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7efdb30d41f6..49d4abca8d12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,7 +80,7 @@ fi
#end sanity check
-if $_skip_web_engine || [[ ${_piver} = "1" ]]; then
+if $_static_build || $_skip_web_engine || [[ ${_piver} = "1" ]]; then
_device_configure_flags="$_device_configure_flags -skip qtwebengine"
fi