From a83a2d8b1f1609b3ad6f2eef5fa5c0202bae41e5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 6 Oct 2018 09:31:03 +0200 Subject: build-system: add Grantlee to our get dependency script I actually don't know why this was missing... Signed-off-by: Dirk Hohndel --- scripts/get-dep-lib.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index ec2f8313c..67931c4d4 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -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 -- cgit v1.2.3-70-g09d2