]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/zlog/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / zlog / Config.in
index 4217370a085d62523f709fa23f7ccc98fa5346f4..f9c7839791039e4796a3d5c588883bcf6a476cac 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_ZLOG
        bool "zlog"
        depends on BR2_LARGEFILE
        depends on BR2_TOOLCHAIN_HAS_THREADS
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          zlog is a reliable, high-performance, thread safe, flexible,
          clear-model, pure C logging library.
@@ -10,4 +10,4 @@ config BR2_PACKAGE_ZLOG
          https://github.com/HardySimpson/zlog
 
 comment "zlog needs a toolchain w/ threads, largefile, dynamic library"
-       depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || BR2_PREFER_STATIC_LIB
+       depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || BR2_STATIC_LIBS