diff options
Diffstat (limited to 'package/perl-gdgraph')
-rw-r--r-- | package/perl-gdgraph/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/perl-gdgraph/Config.in b/package/perl-gdgraph/Config.in index 10b3cd0323..e0b6a25a43 100644 --- a/package/perl-gdgraph/Config.in +++ b/package/perl-gdgraph/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_PERL_GDGRAPH bool "perl-gdgraph" depends on !BR2_STATIC_LIBS - select BR2_PACKAGE_PERL_GD - select BR2_PACKAGE_PERL_GDTEXTUTIL + select BR2_PACKAGE_PERL_GD # runtime + select BR2_PACKAGE_PERL_GDTEXTUTIL # runtime help Produces charts with GD |