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:
f2a8ccd
)
setup-ubuntu.sh: Remove yasm as it's in the NDK
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 22 Jan 2017 23:05:20 +0000
(
00:05
+0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 22 Jan 2017 23:05:20 +0000
(
00:05
+0100)
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 9c6133ace67e19a60ffc68432573e651dec88a27..4997234790bf9ef70f9df4a9686bb7a5f7a7fd7e 100755
(executable)
--- 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