summaryrefslogtreecommitdiffstats
path: root/scripts/get-dep-lib.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-07 12:48:57 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-08 12:19:39 -0700
commitb29140f6e816f7a4faf4d57ac2a1d9b96be269d6 (patch)
treed738bea693b99a755515af555823dca3a9c6039c /scripts/get-dep-lib.sh
parentd837b01303bcce37ffb02310179a32723f594ccd (diff)
downloadsubsurface-b29140f6e816f7a4faf4d57ac2a1d9b96be269d6.tar.gz
build-system: remove Grantlee from the get-dep-lib script
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/get-dep-lib.sh')
-rwxr-xr-xscripts/get-dep-lib.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh
index 481a0b48a..3d8e3aade 100755
--- a/scripts/get-dep-lib.sh
+++ b/scripts/get-dep-lib.sh
@@ -16,7 +16,6 @@ CURRENT_LIBXML2="v2.9.4"
CURRENT_LIBFTDI="1.3"
CURRENT_KIRIGAMI="v5.62.0"
CURRENT_BREEZE_ICONS="4daac191fb33c8c03bba8356db9767816cb8ee02"
-CURRENT_GRANTLEE="v5.1.0"
CURRENT_MDBTOOLS="master"
CURRENT_QT_ANDROID_CMAKE="master"
@@ -190,11 +189,6 @@ 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
- # this should be removed once there is a newer Grantlee release than v5.1.0
- ( cd grantlee ; git -c user.email=in@val.id -c user.name='Subsurface build automation' cherry-pick 1b4f22431ae35dfd11f07a5ae88a1b4db3de2a85 ; cd .. )
- ;;
mdbtools)
git_checkout_library mdbtools $CURRENT_MDBTOOLS https://github.com/brianb/mdbtools.git
;;