]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/perl-gd/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / perl-gd / Config.in
index 7c85cfcb5b3089d41e3bff4c7ba90f390f79e9c7..61f7e5dadcd7f85c8b4d955115ab554cdeef456f 100644 (file)
@@ -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