From: Felix Fietkau Date: Thu, 14 Jun 2012 19:14:28 +0000 (+0000) Subject: pulseaudio: remove obsolete uclibc dependencies X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b446400c8d3737404f98ddf5e928d3fdc168a296;p=openwrt%2Fsvn-archive%2Fpackages.git pulseaudio: remove obsolete uclibc dependencies SVN-Revision: 32359 --- 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