The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / log4cplus / Config.in
1 config BR2_PACKAGE_LOG4CPLUS
2         bool "log4cplus"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_WCHAR
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         help
7           log4cplus is a simple to use C++ logging API providing
8           thread-safe, flexible, and arbitrarily granular control
9           over log management and configuration. It is modelled
10           after the Java log4j API.
11
12           http://sourceforge.net/projects/log4cplus
13
14 comment "log4cplus needs a toolchain w/ C++, wchar, threads"
15         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)