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