X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/56a9bb254bba169291b80ef8169361674cea13df..f163dbd0413ba161afd77a626b51f620d0f622d4:/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