kumquat-buildroot/package/reproc/Config.in
TIAN Yuanhao 26dd70e954 package/reproc: 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

15 lines
470 B
Plaintext

config BR2_PACKAGE_REPROC
bool "reproc"
depends on BR2_USE_MMU # fork()
depends on BR2_USE_WCHAR # uses wchar_t
depends on BR2_TOOLCHAIN_HAS_THREADS # pthread
help
reproc is a cross-platform C/C++ library that simplifies
starting, stopping and communicating with external programs.
https://github.com/DaanDeMeyer/reproc
comment "reproc needs a toolchain w/ threads, wchar"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS