mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/htop: fix sensors option
Commit811846df48wrongly used --{with,without}-sensors instead of --{dis,en}able-sensors Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commita8289875b6) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8153c3620a
commit
e67eaafd6f
@@ -28,10 +28,10 @@ HTOP_CONF_OPTS += --disable-capabilities
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LM_SENSORS),y)
|
||||
HTOP_CONF_OPTS += --with-sensors
|
||||
HTOP_CONF_OPTS += --enable-sensors
|
||||
HTOP_DEPENDENCIES += lm-sensors
|
||||
else
|
||||
HTOP_CONF_OPTS += --without-sensors
|
||||
HTOP_CONF_OPTS += --disable-sensors
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
|
||||
|
||||
Reference in New Issue
Block a user