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:
76c011d
)
setup-ubuntu.sh: Install intltool for qalc build
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 22 Sep 2016 19:59:25 +0000
(21:59 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 22 Sep 2016 19:59:25 +0000
(21:59 +0200)
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 3f921bd65e68b769b38aeb9cb13ddc2b3e1b885c..6ea8ad132ab6ca33a5b93faba8f90bd9d10feb41 100755
(executable)
--- a/
scripts/setup-ubuntu.sh
+++ b/
scripts/setup-ubuntu.sh
@@
-10,6
+10,7
@@
PACKAGES="$PACKAGES flex"
PACKAGES="$PACKAGES gettext" # Provides 'msgfmt' which the apt build uses.
PACKAGES="$PACKAGES git" # Used by the neovim build.
PACKAGES="$PACKAGES help2man"
+PACKAGES="$PACKAGES intltool" # Used by qalc build.
PACKAGES="$PACKAGES libc6-dev-i386" # Needed by luajit host part of the build for <sys/cdefs.h>.
PACKAGES="$PACKAGES libcurl4-openssl-dev" # XXX: Needed by apt build.
PACKAGES="$PACKAGES libgdk-pixbuf2.0-dev" # Provides 'gkd-pixbuf-query-loaders' which the librsvg build uses.