Browse Source
docker image: install erlang-nox, itstool, libgdk-pixbuf2.0-dev, xfonts-utils
More tools to build packages in unstable & x11 repositories.
build-on-device
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
6 additions and
0 deletions
-
scripts/setup-ubuntu.sh
|
@ -99,11 +99,17 @@ PACKAGES+=" zlib1g-dev:i386" |
|
|
# So we don't build llvm for build. |
|
|
# So we don't build llvm for build. |
|
|
PACKAGES+=" llvm-8-tools" |
|
|
PACKAGES+=" llvm-8-tools" |
|
|
|
|
|
|
|
|
|
|
|
# Needed by packages in unstable repository. |
|
|
|
|
|
PACKAGES+=" erlang-nox" |
|
|
|
|
|
|
|
|
# Needed by packages in X11 repository. |
|
|
# Needed by packages in X11 repository. |
|
|
PACKAGES+=" gnome-common" |
|
|
PACKAGES+=" gnome-common" |
|
|
PACKAGES+=" gobject-introspection" |
|
|
PACKAGES+=" gobject-introspection" |
|
|
PACKAGES+=" gtk-3-examples" |
|
|
PACKAGES+=" gtk-3-examples" |
|
|
PACKAGES+=" gtk-doc-tools" |
|
|
PACKAGES+=" gtk-doc-tools" |
|
|
|
|
|
PACKAGES+=" itstool" |
|
|
|
|
|
PACKAGES+=" libgdk-pixbuf2.0-dev" |
|
|
|
|
|
PACKAGES+=" xfonts-utils" |
|
|
|
|
|
|
|
|
# Do not require sudo if already running as root. |
|
|
# Do not require sudo if already running as root. |
|
|
if [ "$(id -u)" = "0" ]; then |
|
|
if [ "$(id -u)" = "0" ]; then |
|
|