Merge branch 'graphicsmagick-jpeg' into 'master'

Compile graphicsmagick with jpeg/tiff

See merge request gitlab-org/gitlab-build-images!160
This commit is contained in:
Marin Jankovski 2019-02-18 14:25:42 +00:00
commit facfabfab6

View file

@ -20,13 +20,13 @@ mkdir build \
--without-gslib \ --without-gslib \
--without-jbig \ --without-jbig \
--without-webp \ --without-webp \
--without-jpeg \ --with-jpeg \
--without-jp2 \ --without-jp2 \
--without-lcms2 \ --without-lcms2 \
--without-lzma \ --without-lzma \
--with-png \ --with-png \
--with-sysroot=/usr/local \ --with-sysroot=/usr/local \
--without-tiff \ --with-tiff \
--without-trio \ --without-trio \
--without-ttf \ --without-ttf \
--without-umem \ --without-umem \