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 e722c062b4..10b3cd0323 100644 --- a/package/perl-gdgraph/Config.in +++ b/package/perl-gdgraph/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_PERL_GDGRAPH bool "perl-gdgraph" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS select BR2_PACKAGE_PERL_GD select BR2_PACKAGE_PERL_GDTEXTUTIL help @@ -9,4 +9,4 @@ config BR2_PACKAGE_PERL_GDGRAPH https://metacpan.org/release/GDGraph comment "perl-gdgraph needs a toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |