buildroot/package/termcolor/Config.in
TIAN Yuanhao 4e4402d4ef package/termcolor: new package
Required by micromamba.

Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-07 16:18:37 +01:00

13 lines
403 B
Plaintext

config BR2_PACKAGE_TERMCOLOR
bool "termcolor"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
help
Termcolor is a header-only C++ library for printing colored
messages to the terminal.
https://github.com/ikalnytskyi/termcolor
comment "termcolor needs a toolchain w/ C++, gcc >= 4.8"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8