Config.in 350 B

123456789101112
  1. config BR2_PACKAGE_ULOG
  2. bool "ulog"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. This is a minimalistic logging library derived from
  7. Android logger.
  8. https://github.com/Parrot-Developers/ulog
  9. comment "ulog needs a toolchain w/ C++, threads"
  10. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS