libgtk3: remove non-existent configure options
[buildroot-gz.git] / package / libcgroup / Config.in
blob03efa71e6bdfb4ca5fe314e483bd79bd2d74271b
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.
10           http://libcg.sourceforge.net/
12 if BR2_PACKAGE_LIBCGROUP
14 config BR2_PACKAGE_LIBCGROUP_TOOLS
15         bool "install tools"
16         help
17           Include a set of command-line tools for managing cgroups.
19 endif
21 comment "libcgroup needs a glibc toolchain w/ C++"
22         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC