setup-ubuntu.sh: Remove xutils-dev

This commit is contained in:
Fredrik Fornwall 2018-09-25 00:32:00 +02:00
parent 71e9557461
commit 035a00ed4a
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ PACKAGES+=" ruby" # Needed to build ruby.
PACKAGES+=" scons"
PACKAGES+=" texinfo"
PACKAGES+=" xmlto"
PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
PACKAGES+=" libexpat1-dev" # Needed by ghostscript
PACKAGES+=" libjpeg-dev" # Needed by ghostscript
PACKAGES+=" gawk" # Needed by apr-util