1 config BR2_PACKAGE_LIBCGROUP
3 depends on BR2_INSTALL_LIBSTDCPP
4 # libcgroup uses <fts.h> which is not included by default in uClibc
5 depends on BR2_TOOLCHAIN_USES_GLIBC
7 libcgroup is a library that abstracts the control
8 group file system in Linux.
10 http://libcg.sourceforge.net/
12 if BR2_PACKAGE_LIBCGROUP
14 config BR2_PACKAGE_LIBCGROUP_TOOLS
17 Include a set of command-line tools for managing cgroups.
21 comment "libcgroup needs a glibc toolchain w/ C++"
22 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC