From b446400c8d3737404f98ddf5e928d3fdc168a296 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 14 Jun 2012 19:14:28 +0000 Subject: [PATCH] pulseaudio: remove obsolete uclibc dependencies SVN-Revision: 32359 --- sound/pulseaudio/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 5eb9fb2c4..aa779e7a6 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -30,9 +30,7 @@ define Package/pulseaudio/Default SECTION:=sound CATEGORY:=Sound DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \ - +librt +alsa-lib +libjson +libopenssl +udev $(ICONV_DEPENDS) $(INTL_DEPENDS) \ - @!UCLIBC_VERSION_0_9_30_1 @!UCLIBC_VERSION_0_9_30_2 \ - @!UCLIBC_VERSION_0_9_30_3 + +librt +alsa-lib +libjson +libopenssl +udev $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Network sound server URL:=http://www.pulseaudio.org endef -- 2.30.2