projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8794ea0
)
pulseaudio: fix r29716
author
Jan Willies
<loswillios@gmail.com>
Thu, 12 Jan 2012 09:23:11 +0000
(09:23 +0000)
committer
Jan Willies
<loswillios@gmail.com>
Thu, 12 Jan 2012 09:23:11 +0000
(09:23 +0000)
SVN-Revision: 29717
sound/pulseaudio/Makefile
patch
|
blob
|
history
diff --git
a/sound/pulseaudio/Makefile
b/sound/pulseaudio/Makefile
index 65f45e8128ff620f290dc3374f5bc9d09d03998d..fa12dff3e9fba1a5fd4e592da97b70af1ff3a6e5 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:=
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