]> Git Repo - buildroot-mgba.git/blame - package/acpitool/Config.in
package/cmake: bump to 3.30.2
[buildroot-mgba.git] / package / acpitool / Config.in
CommitLineData
6ad93996
EN
1config BR2_PACKAGE_ACPITOOL
2 bool "acpitool"
545cb34c
YM
3 depends on !BR2_STATIC_LIBS
4 depends on BR2_TOOLCHAIN_HAS_THREADS
6ad93996
EN
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
545cb34c 12comment "acpitool needs a toolchain w/ threads, C++, dynamic library"
545cb34c
YM
13 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
14 || !BR2_INSTALL_LIBSTDCPP
This page took 2.23599 seconds and 5 git commands to generate.