2014-07-18 15:43:39 +02:00
|
|
|
config BR2_PACKAGE_PERL_GDGRAPH
|
|
|
|
bool "perl-gdgraph"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
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"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|