kumquat-buildroot/package/tl-expected/Config.in
TIAN Yuanhao 1ffbc3a9cb package/tl-expected: 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
404 B
Plaintext

config BR2_PACKAGE_TL_EXPECTED
bool "tl-expected"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
help
C++11/14/17 std::expected with functional-style extensions and
reference support.
https://github.com/TartanLlama/expected
comment "tl-expected needs a toolchain w/ C++, gcc >= 4.8"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8