mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
disable jbig for imagemagick
This commit is contained in:
parent
4f4e1ca80d
commit
df4d66ad4b
@ -34,6 +34,7 @@ trait imagemagick
|
||||
->optionalLib('bzip2', ...ac_with_args('bzlib'))
|
||||
->addConfigureArgs(
|
||||
'--disable-openmp',
|
||||
'--without-jbig',
|
||||
'--without-jxl',
|
||||
'--without-x',
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user