summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@libreoffice.org>2018-05-25 08:08:05 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-25 07:39:08 -0700
commitb1b5028917f1683279e633fb7f05ee59c26c1014 (patch)
tree4edd6fd89f60f09c61cc4748b4134828165d1e49 /scripts
parentc1a9eafa216ea4e538a0cfa45b7a29dd3552f7fb (diff)
downloadsubsurface-b1b5028917f1683279e633fb7f05ee59c26c1014.tar.gz
build-system: update get-dep-lib to not check double on iOS
Only mobilecomponents.sh download breeze-icons and kirigami. This patch is merely to avoid confusion. Before get-dep-lib in ios/download would download those, and mobilecomponents would see that they were already downloaded. Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'scripts')
-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"