buildroot/package/log4cpp/Config.in
Peter Korsgaard 8890977b3b log4cpp: source files should not be executable
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-03-20 15:50:37 +01:00

15 lines
482 B
Plaintext

config BR2_PACKAGE_LOG4CPP
bool "log4cpp"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
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/
comment "log4cpp needs a toolchain w/ C++, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS