]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/zlog/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / zlog / Config.in
1 config BR2_PACKAGE_ZLOG
2         bool "zlog"
3         depends on BR2_LARGEFILE
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on !BR2_STATIC_LIBS
6         help
7           zlog is a reliable, high-performance, thread safe, flexible,
8           clear-model, pure C logging library.
9
10           https://github.com/HardySimpson/zlog
11
12 comment "zlog needs a toolchain w/ threads, largefile, dynamic library"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || BR2_STATIC_LIBS