1 config BR2_PACKAGE_ACPITOOL
4 depends on !BR2_STATIC_LIBS
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 depends on BR2_INSTALL_LIBSTDCPP
8 A small, convenient command-line ACPI client with a lot of
11 http://acpitool.sourceforge.net
13 comment "acpitool needs a toolchain w/ threads, C++, dynamic library"
15 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
16 || !BR2_INSTALL_LIBSTDCPP