Config.in 585 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_LIBCGROUP
  2. bool "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
  6. help
  7. libcgroup is a library that abstracts the control
  8. group file system in Linux.
  9. http://libcg.sourceforge.net/
  10. if BR2_PACKAGE_LIBCGROUP
  11. config BR2_PACKAGE_LIBCGROUP_TOOLS
  12. bool "install tools"
  13. help
  14. Include a set of command-line tools for managing cgroups.
  15. endif
  16. comment "libcgroup needs a glibc toolchain w/ C++"
  17. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC