xref: /OK3568_Linux_fs/buildroot/package/log4cpp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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.
10
11	  http://log4cpp.sourceforge.net/
12
13comment "log4cpp needs a toolchain w/ C++, threads"
14	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
15