Skip to content
Snippets Groups Projects
Verified Commit 082c13c6 authored by DJ Mountney's avatar DJ Mountney
Browse files

enable jpeg support in graphicsmagic

parent 3d37f876
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,20 +45,20 @@ build do
'--without-gslib',
'--without-jbig',
'--without-webp',
'--without-jpeg',
'--without-jp2',
'--without-lcms2',
'--without-lzma',
'--with-png',
"--with-sysroot=#{install_dir}/embedded",
'--without-tiff',
'--without-trio',
'--without-ttf',
'--without-umem',
'--without-wmf',
'--without-xml',
'--with-zlib',
'--without-x'
'--without-x',
'--with-jpeg=yes',
'--with-zlib=yes',
'--with-png=yes',
"--with-sysroot=#{install_dir}/embedded"
]
 
command configure_command.join(' '), env: env
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment