QML UI: switch to Kirigami master

That way we'll get access to the colored Action Button.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-22 09:01:52 -07:00
parent b1f7e3eae2
commit 001ff1b904

View file

@ -32,7 +32,8 @@ if [ "$NOPULL" = "" ] ; then
pushd kirigami
git checkout master
git pull origin master
git checkout v2.1.0
# let's go back to building against master
# git checkout v2.1.0
popd
fi
if [ ! -d breeze-icons ] ; then