avahi: Change avahi-utils dependency to allow stand-alone selection
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
8705dec5d0
commit
050e88ee87
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue