Merge pull request #1753 from zorun/bmon_15.05_

bmon: Add missing runtime dependency: terminfo
This commit is contained in:
Jo-Philipp Wich 2015-09-03 17:34:10 +02:00
commit 37f1c3f66f

View file

@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/bmon
SECTION:=net
CATEGORY:=Network
DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl +confuse
DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl +confuse +terminfo
TITLE:=bmon is a portable bandwidth monitor
URL:=https://github.com/tgraf/bmon/
endef