1 config BR2_PACKAGE_ZLOG
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on !BR2_STATIC_LIBS
6 zlog is a reliable, high-performance, thread safe, flexible,
7 clear-model, pure C logging library.
9 https://github.com/HardySimpson/zlog
11 comment "zlog needs a toolchain w/ threads, dynamic library"
12 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS