aboutsummaryrefslogtreecommitdiff
path: root/libs/avahi
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2017-03-28 10:21:31 -0400
committerTed Hess <thess@kitschensync.net>2017-03-28 16:29:55 -0400
commit050e88ee8704ee8f0ae18123e73b811253d9c27a (patch)
tree44b6096bebaa07747b9ed8af36419e08b7e91728 /libs/avahi
parent8705dec5d0693f98f4fd4c1ec7729895ae7463f1 (diff)
avahi: Change avahi-utils dependency to allow stand-alone selection
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/avahi')
-rw-r--r--libs/avahi/Makefile4
1 files changed, 2 insertions, 2 deletions
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