Merge pull request #23704 from graysky2/htop

htop: build with CONFIG_HTOP_LMSENSORS=y
This commit is contained in:
Etienne Champetier 2024-03-31 09:58:26 -04:00 committed by GitHub
commit df8781bb87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=htop
PKG_VERSION:=3.3.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)?
@ -48,11 +48,12 @@ define Package/htop/config
config HTOP_LMSENSORS
bool "Compile Htop with lm-sensors support"
depends on PACKAGE_htop
default y if TARGET_x86
default y
help
Build htop with lm-sensors support.
This doesn't add lm-sensors as dependency,
if present it'll loaded using dlopen().
This increases the binary by approx 5 kB.
Users wanting this functionality need to
install libsensors.
endef
CONFIGURE_ARGS += \