summaryrefslogtreecommitdiffstats
path: root/scripts/get-dep-lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-dep-lib.sh')
-rwxr-xr-xscripts/get-dep-lib.sh2
1 files changed, 1 insertions, 1 deletions
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"