1 config BR2_PACKAGE_LOG4CPP
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
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
11 http://log4cpp.sourceforge.net/
13 comment "log4cpp needs a toolchain w/ C++, threads"
14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS