X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/1006361f9814d2d182685b308ba33e8d6007feb8..39b61263b51a74fd84766ac44b6d621a807a20c3:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 9c6133ac..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" @@ -29,7 +28,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