X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/56a9bb254bba169291b80ef8169361674cea13df..1ee018abc5e58bec44db7801a2f00f76a3285d90:/scripts/setup-archlinux.sh?ds=sidebyside diff --git a/scripts/setup-archlinux.sh b/scripts/setup-archlinux.sh index 895e16f4..09e9a790 100755 --- a/scripts/setup-archlinux.sh +++ b/scripts/setup-archlinux.sh @@ -30,6 +30,8 @@ PACKAGES+=" scons" PACKAGES+=" texinfo" PACKAGES+=" xmlto" #PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses. +PACKAGES+=" expat" # Needed by ghostscript +PACKAGES+=" libjpeg-turbo" # Needed by ghostscript sudo pacman -Syq --noconfirm $PACKAGES