1config 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
9	  https://github.com/Parrot-Developers/ulog
10
11comment "ulog needs a toolchain w/ C++, threads"
12	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
13