From a4c3785ead80369d925b79bb8cd45dd125fbf762 Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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} SVN-Revision: 32362 --- sound/pulseaudio/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index aa779e7a64..033fb51310 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 -- 2.30.2