blob: ef155005c2b2ad1d4433475050bc6de7f0de1e14 [file] [log] [blame]
config BR2_PACKAGE_ULOG
bool "ulog"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
help
This is a minimalistic logging library derived from
Android logger.
https://github.com/Parrot-Developers/ulog
comment "ulog needs a toolchain w/ C++, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS