diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index b0cd519e3..f6cd07266 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -49,7 +49,7 @@ if [ "`which curl`" == "" ] ; then else CURL="curl -O " fi -BUILD_COMMON="libzip libgit2 googlemaps kirigami breeze-icons" +BUILD_COMMON="libzip libgit2 googlemaps" case ${PLATFORM} in scripts) BUILD="${BUILD_COMMON} hidapi libcurl libusb openssl libssh2"