chiark / gitweb /
pass: Add comment on why we depend on coreutils
[termux-packages] / scripts / setup-ubuntu.sh
index 7a1678700f4c50fbd69e0318deb304d120c2bae8..5c1b0f722581468d1e880b12ae5d5df3a17fec26 100755 (executable)
@@ -34,6 +34,8 @@ PACKAGES+=" scons"
 PACKAGES+=" texinfo"
 PACKAGES+=" xmlto"
 PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
 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
 
 
 DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES