2014-07-18 15:43:39 +02:00
|
|
|
config BR2_PACKAGE_PERL_GDGRAPH
|
|
|
|
bool "perl-gdgraph"
|
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-08-27 13:51:59 +02:00
|
|
|
depends on BR2_BROKEN # perl-gd
|
2014-07-18 15:43:39 +02:00
|
|
|
select BR2_PACKAGE_PERL_GD
|
|
|
|
select BR2_PACKAGE_PERL_GDTEXTUTIL
|
|
|
|
help
|
|
|
|
Produces charts with GD
|
|
|
|
|
|
|
|
https://metacpan.org/release/GDGraph
|
|
|
|
|
|
|
|
comment "perl-gdgraph needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_PREFER_STATIC_LIB
|