From: Fredrik Fornwall Date: Sun, 22 Jan 2017 23:05:20 +0000 (+0100) Subject: setup-ubuntu.sh: Remove yasm as it's in the NDK X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/da1fd8574240600734af2d7c72e4e0660a8a8be7?ds=inline setup-ubuntu.sh: Remove yasm as it's in the NDK --- diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 9c6133ac..49972347 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -29,7 +29,6 @@ PACKAGES="$PACKAGES scons" PACKAGES="$PACKAGES texinfo" PACKAGES="$PACKAGES xmlto" PACKAGES="$PACKAGES xutils-dev" # Provides 'makedepend' which the openssl build uses. -PACKAGES="$PACKAGES yasm" # Used by libvpx for x86_64 build. DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES