diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 358f9fdc5..a9ef245bc 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -19,6 +19,8 @@ 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+=" libc-ares-dev" # Used by host build part of nodejs v12.6.0+. +PACKAGES+=" libicu-dev" # Used by host build part of nodejs v12.6.0+. PACKAGES+=" libtool-bin" PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part. PACKAGES+=" lzip"