[packages] pulseaudio: sync with recent avahi changes (#10727)
authorloswillios <loswillios@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jan 2012 09:18:20 +0000 (09:18 +0000)
committerloswillios <loswillios@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jan 2012 09:18:20 +0000 (09:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29716 3c298f89-4303-0410-b956-a3cf2f4a3e73

sound/pulseaudio/Makefile

index fdb8b4b..65f45e8 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pulseaudio
 PKG_VERSION:=1.1
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 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 +avahi-daemon-dbus
+  DEPENDS+=+dbus +libavahi-client
   TITLE+= (avahi)
   VARIANT:=avahi
 endef