]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/perl-xml-libxml/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / perl-xml-libxml / Config.in
index 639a1e453e799050ad6c43913b822c5b80ef46f7..44fe7102d942f9f641f133def645df24869cf9e0 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PERL_XML_LIBXML
        bool "perl-xml-libxml"
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        select BR2_PACKAGE_LIBXML2
        select BR2_PACKAGE_ZLIB
        select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT
@@ -11,4 +11,4 @@ config BR2_PACKAGE_PERL_XML_LIBXML
          https://bitbucket.org/shlomif/perl-xml-libxml
 
 comment "perl-xml-libxml needs a toolchain w/ dynamic library"
-       depends on BR2_PREFER_STATIC_LIB
+       depends on BR2_STATIC_LIBS