From fb21e18f413067ce958e85eb82976e55d360a0c2 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 25 Sep 2018 00:32:00 +0200 Subject: [PATCH] setup-ubuntu.sh: Remove xutils-dev --- scripts/setup-ubuntu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 6230905bf..0d857a161 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -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