Browse Source

setup-ubuntu.sh: libncurses5-dev used by mariadb

The docker image has been updated, run scripts/update-docker.sh.
android-5
Fredrik Fornwall 8 years ago
parent
commit
cbb8806959
  1. 1
      scripts/setup-ubuntu.sh

1
scripts/setup-ubuntu.sh

@ -15,6 +15,7 @@ PACKAGES+=" help2man"
PACKAGES+=" intltool" # Used by qalc build. PACKAGES+=" intltool" # Used by qalc build.
PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses. PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
PACKAGES+=" libtool-bin" PACKAGES+=" libtool-bin"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip" PACKAGES+=" lzip"
PACKAGES+=" python3.6" PACKAGES+=" python3.6"
PACKAGES+=" tar" PACKAGES+=" tar"

Loading…
Cancel
Save