aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97a24c7de4af..141836c0acc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ install=qpi.install
_device_configure_flags=""
if [[ ${_piver} = "1" ]]; then
- _device_configure_flags="-skip qtwebengine -no-icu"
+ _device_configure_flags="-skip qtwebengine"
fi
build() {
@@ -103,6 +103,7 @@ build() {
-prefix ${_installprefix} \
-opengl es2 \
-egl \
+ -no-icu \
\
-no-widgets \
-make libs \