diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 1c6d84629..8cc931f1b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -16,6 +16,7 @@ PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES+=" g++" PACKAGES+=" git" # Used by the neovim build. PACKAGES+=" gperf" # Used by the fontconfig build. +PACKAGES+=" groff" # Used by some packages like openldap PACKAGES+=" help2man" PACKAGES+=" intltool" # Used by qalc build. PACKAGES+=" libdbus-1-dev" # Used by dbus-glib build.