From 0d087a3b631a8d5be9980b3b242139eb7697c660 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 14 Jun 2012 19:14:37 +0000 Subject: [PATCH] pulseaudio: provide a virtual package for the two pulseaudio daemon variants to fix dependency issues in pulseaudio-{tools,profiles} git-svn-id: svn://svn.openwrt.org/openwrt/packages@32362 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/pulseaudio/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index aa779e7a6..033fb5131 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -33,6 +33,7 @@ define Package/pulseaudio/Default +librt +alsa-lib +libjson +libopenssl +udev $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Network sound server URL:=http://www.pulseaudio.org + PROVIDES:=pulseaudio endef define Package/pulseaudio-daemon @@ -77,7 +78,7 @@ endef define Package/pulseaudio-tools SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libsndfile @PACKAGE_pulseaudio-daemon||PACKAGE_pulseaudio-daemon-avahi #+libpulse + DEPENDS:=+libsndfile pulseaudio TITLE:=Tools for Pulseaudio URL:=http://www.pulseaudio.org VARIANT:=noavahi @@ -86,7 +87,7 @@ endef define Package/pulseaudio-profiles SECTION:=sound CATEGORY:=Sound - DEPENDS:=@PACKAGE_pulseaudio-daemon||PACKAGE_pulseaudio-daemon-avahi + DEPENDS:=pulseaudio TITLE:=Profiles for Pulseaudio URL:=http://www.pulseaudio.org endef