Browse Source

Merge pull request #4508 from landfillbaby/patch-1

build ImageMagick with bzip2
emacs-27
Leonid Plyushch 5 years ago
committed by GitHub
parent
commit
f7429e54ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/imagemagick/build.sh

2
packages/imagemagick/build.sh

@ -13,7 +13,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--without-x
--without-gvc
--with-magick-plus-plus=no
--with-bzlib=no
--with-bzlib=yes
--with-xml=yes
--with-rsvg=yes
--with-lzma

Loading…
Cancel
Save