Config.in 545 B

123456789101112131415
  1. config BR2_PACKAGE_LOG4CPLUS
  2. bool "log4cplus"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_WCHAR
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. help
  7. log4cplus is a simple to use C++ logging API providing
  8. thread-safe, flexible, and arbitrarily granular control
  9. over log management and configuration. It is modelled
  10. after the Java log4j API.
  11. http://sourceforge.net/projects/log4cplus
  12. comment "log4cplus needs a toolchain w/ C++, wchar, threads"
  13. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)