Browse Source

docker image: install libdbus-1-dev

Required by host-build if dbus-glib.
https://github.com/termux/termux-packages/pull/4046.
emacs-27
Leonid Plyushch 6 years ago
parent
commit
76bdc3bf9f
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/setup-ubuntu.sh

1
scripts/setup-ubuntu.sh

@ -16,6 +16,7 @@ PACKAGES+=" git" # Used by the neovim build.
PACKAGES+=" gperf" # Used by the fontconfig build.
PACKAGES+=" help2man"
PACKAGES+=" intltool" # Used by qalc build.
PACKAGES+=" libdbus-1-dev" # Used by dbus-glib build.
PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
PACKAGES+=" libtool-bin"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.

Loading…
Cancel
Save