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:
parent
82c972574b
commit
2b89d9ead0
@ -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 "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user