mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 03:50:13 +02:00
Reverse Openslide if/else for Debian 8 #203
This commit is contained in:
parent
c2ef16eac2
commit
783826aa26
@ -250,11 +250,11 @@ case $(uname -s) in
|
||||
jessie|vivid)
|
||||
# Debian 8, Ubuntu 15
|
||||
if [ $enable_openslide -eq 1 ]; then
|
||||
echo "Installing libvips via apt-get"
|
||||
apt-get install -y libvips-dev libgsf-1-dev
|
||||
else
|
||||
echo "Recompiling vips with openslide support"
|
||||
install_libvips_from_source
|
||||
else
|
||||
echo "Installing libvips via apt-get"
|
||||
apt-get install -y libvips-dev libgsf-1-dev
|
||||
fi
|
||||
;;
|
||||
trusty|utopic|qiana|rebecca)
|
||||
|
Loading…
x
Reference in New Issue
Block a user