Config.in 482 B

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