Compile graphicsmagick with jpeg/tiff

This commit is contained in:
Jan Provaznik 2019-02-18 14:25:42 +00:00 committed by Marin Jankovski
parent 417f1973fc
commit 3c03598658

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 \