projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc876d
)
[packages] pulseaudio: sync with recent avahi changes (#10727)
author
Jan Willies
<loswillios@gmail.com>
Thu, 12 Jan 2012 09:18:20 +0000
(09:18 +0000)
committer
Jan Willies
<loswillios@gmail.com>
Thu, 12 Jan 2012 09:18:20 +0000
(09:18 +0000)
SVN-Revision: 29716
sound/pulseaudio/Makefile
patch
|
blob
|
history
diff --git
a/sound/pulseaudio/Makefile
b/sound/pulseaudio/Makefile
index fdb8b4b4890fbfdc97aaf4fb3948abea0ed5f921..65f45e8128ff620f290dc3374f5bc9d09d03998d 100644
(file)
--- 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:=
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