chiark / gitweb /
setup-ubuntu.sh: libncurses5-dev used by mariadb
[termux-packages] / scripts / setup-ubuntu.sh
index 657134daedc4151ea3e24a074f4b20b38a9ac4c8..8e72cf5605af575cd861d7c7bd446a4288946aac 100755 (executable)
@@ -15,6 +15,7 @@ PACKAGES+=" help2man"
 PACKAGES+=" intltool" # Used by qalc 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.
 PACKAGES+=" lzip"
 PACKAGES+=" python3.6"
 PACKAGES+=" tar"