From: Fredrik Fornwall Date: Tue, 24 Jan 2017 08:58:22 +0000 (+0100) Subject: setup-ubuntu.sh: We actually don't need nasm X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/d258ef0cea1373f68782802509422c86bca58fd5 setup-ubuntu.sh: We actually don't need nasm The NDK already brings yasm which is enough. --- diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 49972347..fd46696b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -16,7 +16,6 @@ PACKAGES="$PACKAGES libgdk-pixbuf2.0-dev" # Provides 'gkd-pixbuf-query-loaders' PACKAGES="$PACKAGES libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses. PACKAGES="$PACKAGES libtool-bin" PACKAGES="$PACKAGES lzip" -PACKAGES="$PACKAGES nasm" # Used by libjpeg-turbo for x86_64. PACKAGES="$PACKAGES python3.6" PACKAGES="$PACKAGES subversion" # Used by the netpbm build. PACKAGES="$PACKAGES tar"