buildroot/package/conmon/Config.in
Christian Stewart 06f50ff1bf package/conmon: new package
Conmon is an OCI container runtime monitor.

https://github.com/containers/conmon

Dependency of podman.

Signed-off-by: Christian Stewart <christian@aperture.us>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-29 23:08:42 +02:00

15 lines
420 B
Plaintext

config BR2_PACKAGE_CONMON
bool "conmon"
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
depends on BR2_USE_WCHAR # libglib2
select BR2_PACKAGE_LIBGLIB2
help
Conmon is an OCI container runtime monitor.
https://github.com/containers/conmon
comment "conmon needs a toolchain w/ threads, wchar"
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU