mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
acpitool is a small, convenient command-line ACPI client. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Romain Naour <romain.naour@smile.fr> Tested-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
config BR2_PACKAGE_ACPITOOL
|
|
bool "acpitool"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
A small, convenient command-line ACPI client with a lot of
|
|
features for Linux
|
|
|
|
http://acpitool.sourceforge.net
|
|
|
|
comment "acpitool needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|