]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/libnl/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / libnl / Config.in
index af045e799a32e967160751d87f80332f0eddf69e..46877c37a263fe7b0f00700641bc2e943df1eff7 100644 (file)
@@ -11,12 +11,12 @@ if BR2_PACKAGE_LIBNL
 config BR2_PACKAGE_LIBNL_TOOLS
        bool "install tools"
        # uses <dlfcn.h>
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          Install binary tools.
 
 comment "libnl tools needs a toolchain w/ dynamic library"
-       depends on BR2_PREFER_STATIC_LIB
+       depends on BR2_STATIC_LIBS
 endif
 
 comment "libnl needs a toolchain w/ threads"