From c949d94f4b1de64ff54973d75a57959759333469 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 22 Sep 2016 21:59:25 +0200 Subject: [PATCH] setup-ubuntu.sh: Install intltool for qalc build --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 3f921bd6..6ea8ad13 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -10,6 +10,7 @@ PACKAGES="$PACKAGES flex" PACKAGES="$PACKAGES gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES="$PACKAGES git" # Used by the neovim build. PACKAGES="$PACKAGES help2man" +PACKAGES="$PACKAGES intltool" # Used by qalc build. PACKAGES="$PACKAGES libc6-dev-i386" # Needed by luajit host part of the build for . PACKAGES="$PACKAGES libcurl4-openssl-dev" # XXX: Needed by apt build. PACKAGES="$PACKAGES libgdk-pixbuf2.0-dev" # Provides 'gkd-pixbuf-query-loaders' which the librsvg build uses. -- 2.11.0