Browse Source

setup-ubuntu.sh: We actually don't need nasm

The NDK already brings yasm which is enough.
android-5
Fredrik Fornwall 8 years ago
parent
commit
d258ef0cea
  1. 1
      scripts/setup-ubuntu.sh

1
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"

Loading…
Cancel
Save