kumquat-buildroot/package/perl-gd/Config.in
Fabrice Fontaine d9813df50a package/perl-gd: provide gd options
Now that gdlib-config is gone, provide the GD options otherwise perl-gd
will assume that everything is available:

$features = 'GD_GIF GD_GIFANIM GD_OPENPOLYGON GD_ZLIB GD_PNG GD_FREETYPE GD_FONTCONFIG GD_JPEG GD_XPM GD_TIFF GD_WEBP';

Also, while at it, also make some of the dependencies as optional as
suggested by François Perrad

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Tested-by: Francois Perrad <francois.perrad@gadz.org> (with
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-02-16 21:46:28 +01:00

13 lines
293 B
Plaintext

config BR2_PACKAGE_PERL_GD
bool "perl-gd"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_GD
help
Perl interface to the gd2 graphics library.
https://metacpan.org/release/GD
comment "perl-gd needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS