]>
Commit | Line | Data |
---|---|---|
6ad93996 EN |
1 | config BR2_PACKAGE_ACPITOOL |
2 | bool "acpitool" | |
545cb34c YM |
3 | depends on !BR2_bfin |
4 | depends on !BR2_STATIC_LIBS | |
5 | depends on BR2_TOOLCHAIN_HAS_THREADS | |
6ad93996 EN |
6 | depends on BR2_INSTALL_LIBSTDCPP |
7 | help | |
8 | A small, convenient command-line ACPI client with a lot of | |
9 | features for Linux | |
10 | ||
11 | http://acpitool.sourceforge.net | |
12 | ||
545cb34c YM |
13 | comment "acpitool needs a toolchain w/ threads, C++, dynamic library" |
14 | depends on !BR2_bfin | |
15 | depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \ | |
16 | || !BR2_INSTALL_LIBSTDCPP |