From 3c0359865844e01f449c1470dc86a4e63e4a14df Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Mon, 18 Feb 2019 14:25:42 +0000 Subject: [PATCH] Compile graphicsmagick with jpeg/tiff --- scripts/install-graphicsmagick | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-graphicsmagick b/scripts/install-graphicsmagick index f5e8166..e434c18 100755 --- a/scripts/install-graphicsmagick +++ b/scripts/install-graphicsmagick @@ -20,13 +20,13 @@ mkdir build \ --without-gslib \ --without-jbig \ --without-webp \ - --without-jpeg \ + --with-jpeg \ --without-jp2 \ --without-lcms2 \ --without-lzma \ --with-png \ --with-sysroot=/usr/local \ - --without-tiff \ + --with-tiff \ --without-trio \ --without-ttf \ --without-umem \