Merge remote-tracking branch 'origin/main' into zig

This commit is contained in:
DubbleClick
2025-07-22 12:49:42 +07:00
19 changed files with 309 additions and 52 deletions

View File

@@ -32,10 +32,10 @@ trait imagemagick
->optionalLib('zstd', ...ac_with_args('zstd'))
->optionalLib('freetype', ...ac_with_args('freetype'))
->optionalLib('bzip2', ...ac_with_args('bzlib'))
->optionalLib('libjxl', ...ac_with_args('jxl'))
->optionalLib('jbig', ...ac_with_args('jbig'))
->addConfigureArgs(
'--disable-openmp',
'--without-jbig',
'--without-jxl',
'--without-x',
);