Config.in 431 B

1234567891011121314
  1. config 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. http://acpitool.sourceforge.net
  10. comment "acpitool needs a toolchain w/ threads, C++, dynamic library"
  11. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
  12. || !BR2_INSTALL_LIBSTDCPP