QML UI: pin known good Kirigami version

Following master is just not healthy. We need to be more deliberate
in which version we built against. An update in the last 24 hours
broke Subsurface-mobile again.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-11 10:48:08 -07:00
parent e625244896
commit 7f09a55c78

View file

@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then
git checkout master
git pull origin master
# if we want to pin a specific Kirigami version, we can do this here
# git checkout v2.2.0
git checkout 71e0b7ca2aee5b2381e07baedc0affcd367758b7
popd
fi
if [ ! -d breeze-icons ] ; then