android-wrapper: Add wget as prerequisite

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2017-02-06 15:55:33 +01:00 committed by Dirk Hohndel
parent 82c972574b
commit 2b89d9ead0

View file

@ -35,7 +35,7 @@ fi
# make sure we have the required commands installed
MISSING=""
for i in git cmake autoconf libtool java ant; do
for i in git cmake autoconf libtool java ant wget; do
which $i > /dev/null 2>&1 ||
if [ "$i" = "libtool" ] ; then
MISSING="${MISSING}libtool-bin "