chiark / gitweb /
pass: Add comment on why we depend on coreutils
[termux-packages] / scripts / setup-archlinux.sh
index 895e16f462465d385c588532a496f6ccc3496adb..09e9a79027e70196bc1dd463d12cdd57f7992ea4 100755 (executable)
@@ -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