mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
06f50ff1bf
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>
15 lines
420 B
Plaintext
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
|