]> Git Repo - buildroot-mgba.git/blame - package/acpitool/Config.in
package/docker-containerd: convert to golang infrastructure
[buildroot-mgba.git] / package / acpitool / Config.in
CommitLineData
6ad93996
EN
1config 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
13comment "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
This page took 0.507735 seconds and 4 git commands to generate.