summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2016-01-08 03:45:06 -0800
committerDonald Carr2016-01-08 04:57:04 -0800
commit3557097b076cb369f4a9689ee46451b1eb7d2066 (patch)
tree1b14bc74c5c4690ec8a154b027664001472034e8
parent2fec429414ec3dedb64bc14edae90016c8e0e0db (diff)
downloadaur-3557097b076cb369f4a9689ee46451b1eb7d2066.tar.gz
Qt Quick Controls does not support qreal=float
Change-Id: I0d23cb4caa1ff708dbc7bbac7cb444bb91ee0c35
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e21f9ab8b562..d4dc30f60b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,8 +57,8 @@ build() {
mkdir -p ${_bindir}
cd ${_bindir}
- # skipping on principle: qtscript, xcb
- # skipping because of the target in question: widgets qtwebchannel
+ # skipping on principle: qtscript xcb qtquickcontrols
+ # skipping because of the target in question: widgets qtwebchannel qtquickcontrols2
# TODO: qtwebengine, a little bulky but useful
# Too bleeding big
@@ -84,6 +84,8 @@ build() {
-skip qtwebengine \
-skip qtwebchannel \
-skip qtwayland \
+ -skip qtquickcontrols \
+ -skip qtquickcontrols2 \
\
-sysroot ${_sysroot} \
-device ${_mkspec} \