summaryrefslogtreecommitdiffstats
path: root/scripts/get-dep-lib.sh
diff options
context:
space:
mode:
authorGravatar Salvador Cuñat <salvador.cunat@gmail.com>2018-10-14 21:53:59 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-15 06:35:14 -0400
commitfaca48f2b60e791617f5471d1fe8589b64928a33 (patch)
tree65876df8077c94967810dc0a97527758d6ad2c8d /scripts/get-dep-lib.sh
parent32df0ab0daa8551e24d93082ad182673bbf37cdf (diff)
downloadsubsurface-faca48f2b60e791617f5471d1fe8589b64928a33.tar.gz
windows-container: enable smtk2ssrf building
Enable building of SmartTrak divelogs importer. A new, lighter, tarball for mxe static libraries has been built, as it seems impossible to build mdbtools with shared libraries (see mxe's build matrix). The tarball doesn't include prebuilt mdbtools and we build from source via build script. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
Diffstat (limited to 'scripts/get-dep-lib.sh')
-rwxr-xr-xscripts/get-dep-lib.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh
index 67931c4d4..ba669305f 100755
--- a/scripts/get-dep-lib.sh
+++ b/scripts/get-dep-lib.sh
@@ -16,6 +16,7 @@ CURRENT_LIBFTDI="1.3"
CURRENT_KIRIGAMI="8691651c1f0d09430416ba5fe2130647554b06a9"
CURRENT_BREEZE_ICONS=""
CURRENT_GRANTLEE="v5.0.0"
+CURRENT_MDBTOOLS="master"
# Checkout library from git
# Ensure specified version is checked out,
@@ -187,6 +188,9 @@ for package in "${PACKAGES[@]}" ; do
grantlee)
git_checkout_library grantlee $CURRENT_GRANTLEE https://github.com/steveire/grantlee.git
;;
+ mdbtools)
+ git_checkout_library mdbtools $CURRENT_MDBTOOLS https://github.com/brianb/mdbtools.git
+ ;;
*)
echo "unknown package \"$package\""
exit 1