X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/682ce8afdb070ace79789e25fc1e1f7de876f56c..f163dbd0413ba161afd77a626b51f620d0f622d4:/scripts/setup-ubuntu.sh?ds=sidebyside 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