diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-10-13 17:25:40 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-16 14:14:50 -0700 |
commit | 0aaa65443348500d3b2621c68ca1e93c43d61d24 (patch) | |
tree | b4983b34300e5c68a5b3e94debd7b18994e19706 /scripts/get-dep-lib.sh | |
parent | 967473a1cd4c4202dfcc65a17f8fc2fe03435a46 (diff) | |
download | subsurface-0aaa65443348500d3b2621c68ca1e93c43d61d24.tar.gz |
build-system: switch to current libhidapi
A few years ago the upstream for libhidapi changed - it became part of the
libusb GitHub org. Switching to the latest version appears to fix some odd
problems with talking to the Suunto Eon Steele/Core dive computers on macOS (at
least I can no longer reproduce the problem after switching to the current
version).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/get-dep-lib.sh')
-rwxr-xr-x | scripts/get-dep-lib.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 3d8e3aade..b0cf2089a 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -5,7 +5,6 @@ CURRENT_LIBZ="v1.2.11" CURRENT_LIBZIP="rel-1-5-1" CURRENT_LIBGIT2="v0.26.0" -CURRENT_HIDAPI="hidapi-0.7.0" CURRENT_LIBCURL="curl-7_54_1" CURRENT_LIBUSB="v1.0.21" CURRENT_OPENSSL="OpenSSL_1_1_0h" @@ -169,7 +168,7 @@ for package in "${PACKAGES[@]}" ; do git_checkout_library googlemaps master https://github.com/Subsurface/googlemaps.git ;; hidapi) - git_checkout_library hidapi master https://github.com/signal11/hidapi.git + git_checkout_library hidapi master https://github.com/libusb/hidapi.git ;; kirigami) git_checkout_library kirigami $CURRENT_KIRIGAMI https://github.com/KDE/kirigami.git |