8a112a4e8f987e450708fca566f2a386e2cfbb21
[packages/trusty/cirros-testvm.git] / 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)