Merge pull request #173 from LinusU/patch-1

Install libgsf-1-dev on Debian 8
This commit is contained in:
Lovell Fuller 2015-02-26 14:00:51 +00:00
commit a44df2f533

View File

@ -90,7 +90,7 @@ case $(uname -s) in
jessie|vivid)
# Debian 8, Ubuntu 15
echo "Installing libvips via apt-get"
apt-get install -y libvips-dev
apt-get install -y libvips-dev libgsf-1-dev
;;
trusty|utopic|qiana|rebecca)
# Ubuntu 14, Mint 17