chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe9967
)
setup-ubuntu.sh: We actually don't need nasm
author
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 24 Jan 2017 08:58:22 +0000
(09:58 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 24 Jan 2017 08:58:22 +0000
(09:58 +0100)
The NDK already brings yasm which is enough.
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 4997234790bf9ef70f9df4a9686bb7a5f7a7fd7e..fd46696bafdc08cafdf524b3bdc5cfd45d6cd69c 100755
(executable)
--- 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"