X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/56a9bb254bba169291b80ef8169361674cea13df..db6b5bc1d5fa983ebf5b3a0633469addefd4dba6:/scripts/setup-archlinux.sh 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