From 0541eec1f343c345bf86514ee8bcaf95d6c67358 Mon Sep 17 00:00:00 2001 From: loswillios Date: Thu, 12 Jan 2012 09:23:11 +0000 Subject: [PATCH] [packages] pulseaudio: fix r29716 git-svn-id: svn://svn.openwrt.org/openwrt/packages@29717 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/pulseaudio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 65f45e812..fa12dff3e 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