mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
424558cf89
commit
a83a2d8b1f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue