From 6213849b3c3052c4c30c0412edb34dcec4660bbd Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 14 Jun 2012 19:14:28 +0000 Subject: [PATCH] pulseaudio: remove obsolete uclibc dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@32359 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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