build-system: add Grantlee to our get dependency script

I actually don't know why this was missing...

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-10-06 09:31:03 +02:00
parent 424558cf89
commit a83a2d8b1f

View file

@ -15,6 +15,7 @@ CURRENT_LIBXML2="v2.9.4"
CURRENT_LIBFTDI="1.3"
CURRENT_KIRIGAMI="8691651c1f0d09430416ba5fe2130647554b06a9"
CURRENT_BREEZE_ICONS=""
CURRENT_GRANTLEE="v5.0.0"
# Checkout library from git
# Ensure specified version is checked out,
@ -183,6 +184,9 @@ for package in "${PACKAGES[@]}" ; do
sqlite)
curl_download_library sqlite https://www.sqlite.org/2017/ sqlite-autoconf-${CURRENT_SQLITE}.tar.gz
;;
grantlee)
git_checkout_library grantlee $CURRENT_GRANTLEE https://github.com/steveire/grantlee.git
;;
*)
echo "unknown package \"$package\""
exit 1