libpng: bump to version 1.6.23
[buildroot-gz.git] / package / zlog / Config.in
blobcf86a26174cadd9f4239446313b36faa205a827a
1 config BR2_PACKAGE_ZLOG
2         bool "zlog"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on !BR2_STATIC_LIBS
5         help
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