2016-06-08 15:47:01 +02:00
|
|
|
config BR2_PACKAGE_LOG4CPP
|
|
|
|
bool "log4cpp"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2016-06-16 09:37:58 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-06-08 15:47:01 +02:00
|
|
|
help
|
|
|
|
Log4cpp is library of C++ classes for flexible logging to
|
|
|
|
files, syslog, IDSA and other destinations. It is modeled
|
|
|
|
after the Log4j Java library, staying as close to their API
|
|
|
|
as is reasonable.
|
|
|
|
|
|
|
|
http://log4cpp.sourceforge.net/
|
|
|
|
|
2016-06-16 09:37:58 +02:00
|
|
|
comment "log4cpp needs a toolchain w/ C++, threads"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|