cf86a26174cadd9f4239446313b36faa205a827a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / zlog / Config.in
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.
8
9           https://github.com/HardySimpson/zlog
10
11 comment "zlog needs a toolchain w/ threads, dynamic library"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS