From: Jan Willies Date: Thu, 12 Jan 2012 09:23:11 +0000 (+0000) Subject: [packages] pulseaudio: fix r29716 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ffd1fdb35d9a0cf1302a79deac7935b03b00f334;p=openwrt%2Fsvn-archive%2Farchive.git [packages] pulseaudio: fix r29716 SVN-Revision: 29717 --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 65f45e8128..fa12dff3e9 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=1.1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ @@ -44,7 +44,7 @@ endef define Package/pulseaudio-daemon-avahi $(call Package/pulseaudio/Default) - DEPENDS+=+dbus +libavahi-client + DEPENDS+=+dbus +libavahi-client +avahi-daemon TITLE+= (avahi) VARIANT:=avahi endef