Files
buildroot/package/ulog/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

13 lines
350 B
Plaintext

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