]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/imagemagick: add optional support for webp
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 21 Feb 2016 17:57:30 +0000 (18:57 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 20:30:57 +0000 (21:30 +0100)
commit9d12f12846cc1018b17f5cb995facc3282bd5793
treef32e6883a5b69013edb2c8d17cd46ea753f50bfd
parent00351a541b3577ed4cddf107a3d757e6348fd406
package/imagemagick: add optional support for webp

When webp was compiled before, imagemagick will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/bin/stream | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libMagickCore-6.Q16.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libMagickWand-6.Q16.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libjpeg.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [libwebp.so.5]
[...]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/imagemagick/imagemagick.mk