diff options
Diffstat (limited to 'package/perl-gd/Config.in')
-rw-r--r-- | package/perl-gd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/perl-gd/Config.in b/package/perl-gd/Config.in index 7c85cfcb5b..61f7e5dadc 100644 --- a/package/perl-gd/Config.in +++ b/package/perl-gd/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_PERL_GD bool "perl-gd" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS select BR2_PACKAGE_ZLIB select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_FREETYPE @@ -11,4 +11,4 @@ config BR2_PACKAGE_PERL_GD https://metacpan.org/release/GD comment "perl-gd needs a toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |