htop: tell which variant of ncurses to look for

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak 2025-03-18 18:03:46 +02:00 committed by Etienne Champetier
parent 82852a9f15
commit dc0b480a73
1 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=htop
PKG_VERSION:=3.4.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)?
@ -63,7 +63,8 @@ CONFIGURE_ARGS += \
--disable-delayacct \
--disable-unicode \
--disable-unwind \
--disable-hwloc
--disable-hwloc \
--with-curses=ncursesw
CONFIGURE_VARS += \
ac_cv_file__proc_stat=yes \