bmon: Add missing runtime dependency: terminfo 1753/head
authorBaptiste Jonglez <git@bitsofnetworks.org>
Thu, 3 Sep 2015 14:33:13 +0000 (16:33 +0200)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Thu, 3 Sep 2015 15:32:13 +0000 (17:32 +0200)
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
net/bmon/Makefile

index 44da26c09d3bbc2dff6d3f557a5f2a9d15f101a1..f9d2425f56963a442e860a73286d7846de5161b4 100644 (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