xref: /OK3568_Linux_fs/buildroot/package/acpitool/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ACPITOOL
2	bool "acpitool"
3	depends on !BR2_STATIC_LIBS
4	depends on BR2_TOOLCHAIN_HAS_THREADS
5	depends on BR2_INSTALL_LIBSTDCPP
6	help
7	  A small, convenient command-line ACPI client with a lot of
8	  features for Linux
9
10	  http://acpitool.sourceforge.net
11
12comment "acpitool needs a toolchain w/ threads, C++, dynamic library"
13	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
14		|| !BR2_INSTALL_LIBSTDCPP
15