X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/16c697b30e6e68d1dbdc0acabf3a70aab367cbf7..51289d1f24d0fa82acd228fd27f5698529db9d0c:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 7a167870..5c1b0f72 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -34,6 +34,8 @@ 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 DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES