b7a84e06e0c953b1578797d616f1987274ff5aa3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libcgroup / Config.in
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
10           http://libcg.sourceforge.net/
11
12 comment "libcgroup needs an (e)glibc toolchain w/ C++"
13         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC