Browse Source

bmon: Fix libncursesw dependency

When libncursesw is available, bmon uses it instead of libncurses.  This
commit adapts the dependencies accordingly.

Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
lilik-openwrt-22.03
Baptiste Jonglez 10 years ago
parent
commit
57947e46df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/bmon/Makefile

+ 1
- 1
net/bmon/Makefile View File

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


Loading…
Cancel
Save