docs/manual: document the br2-external desc: field
[buildroot-gz.git] / package / log4cpp / Config.in
blob090bf565f4acb81dd39e2d3a82aca8f1221035a6
1 config BR2_PACKAGE_LOG4CPP
2         bool "log4cpp"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           Log4cpp is library of C++ classes for flexible logging to
7           files, syslog, IDSA and other destinations.  It is modeled
8           after the Log4j Java library, staying as close to their API
9           as is reasonable.
11           http://log4cpp.sourceforge.net/
13 comment "log4cpp needs a toolchain w/ C++, threads"
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS