From: Ted Hess Date: Tue, 28 Mar 2017 14:21:31 +0000 (-0400) Subject: avahi: Change avahi-utils dependency to allow stand-alone selection X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=050e88ee8704ee8f0ae18123e73b811253d9c27a;p=openwrt-packages.git avahi: Change avahi-utils dependency to allow stand-alone selection Signed-off-by: Ted Hess --- diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 71e6d62a7..116cc3b3c 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avahi PKG_VERSION:=0.6.32 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION) @@ -243,7 +243,7 @@ define Package/avahi-utils $(call Package/avahi/Default) SUBMENU:=IP Addresses and Names VARIANT:=dbus - DEPENDS:=libavahi-client +libgdbm + DEPENDS:=+libavahi-client +libgdbm TITLE+= (utilities) endef