diff options
author | sbyx <steven@midlink.org> | 2014-11-10 17:41:33 +0100 |
---|---|---|
committer | sbyx <steven@midlink.org> | 2014-11-10 17:41:33 +0100 |
commit | c26000e05352e86d5184179aac799b07f276461d (patch) | |
tree | 04f15592447f8fff1da499cd9faf5307c60cd016 | |
parent | fab830d0f9b4027bce819f48c2e167262bc02fff (diff) | |
parent | 3ceb389c6d125398590fc29e25a9c393c9e6b80f (diff) |
Merge pull request #530 from zorun/master
bmon: Fix libncursesw dependency
-rw-r--r-- | net/bmon/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index 500674f09..44da26c09 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -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 @@ -36,9 +36,6 @@ endef CONFIGURE_ARGS += \ --disable-cnt-workaround \ - --disable-dbi \ - --disable-rrd \ - --disable-asound \ CONFIGURE_VARS += \ ac_cv_lib_nl_nl_connect=no \ |