htop: tell which variant of ncurses to look for
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
parent
82852a9f15
commit
dc0b480a73
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=htop
|
PKG_NAME:=htop
|
||||||
PKG_VERSION:=3.4.0
|
PKG_VERSION:=3.4.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)?
|
||||||
|
@ -63,7 +63,8 @@ CONFIGURE_ARGS += \
|
||||||
--disable-delayacct \
|
--disable-delayacct \
|
||||||
--disable-unicode \
|
--disable-unicode \
|
||||||
--disable-unwind \
|
--disable-unwind \
|
||||||
--disable-hwloc
|
--disable-hwloc \
|
||||||
|
--with-curses=ncursesw
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_file__proc_stat=yes \
|
ac_cv_file__proc_stat=yes \
|
||||||
|
|
Loading…
Reference in New Issue