|
@@ -4,6 +4,7 @@ config BR2_PACKAGE_POWERTOP
|
|
depends on !BR2_bfin
|
|
depends on !BR2_bfin
|
|
# libnl dependency
|
|
# libnl dependency
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+ depends on BR2_USE_WCHAR
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_PCIUTILS
|
|
select BR2_PACKAGE_PCIUTILS
|
|
select BR2_PACKAGE_LIBNL
|
|
select BR2_PACKAGE_LIBNL
|
|
@@ -13,6 +14,6 @@ config BR2_PACKAGE_POWERTOP
|
|
|
|
|
|
https://01.org/powertop/
|
|
https://01.org/powertop/
|
|
|
|
|
|
-comment "powertop needs a toolchain w/ threads"
|
|
|
|
|
|
+comment "powertop needs a toolchain w/ threads, wchar"
|
|
depends on !BR2_bfin
|
|
depends on !BR2_bfin
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|