2014-07-18 15:43:37 +02:00
|
|
|
config BR2_PACKAGE_PERL_GD
|
|
|
|
bool "perl-gd"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-07-18 15:43:37 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
|
|
select BR2_PACKAGE_FREETYPE
|
|
|
|
select BR2_PACKAGE_GD
|
|
|
|
help
|
|
|
|
Interface to Gd Graphics Library
|
|
|
|
|
|
|
|
https://metacpan.org/release/GD
|
|
|
|
|
|
|
|
comment "perl-gd needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|