From 26d12a9c0c8beeb9c05584eaa35509914708f944 Mon Sep 17 00:00:00 2001 From: tripolar Date: Wed, 3 Jul 2013 10:54:17 +0000 Subject: [PATCH] [packages] pulseaudio: remove accidently commited libcap dependency Signed-off-by: Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/packages@37147 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/pulseaudio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index a2b5b01a3..bcbcf28b0 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -30,7 +30,7 @@ define Package/pulseaudio/Default SECTION:=sound CATEGORY:=Sound DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \ - +librt +alsa-lib +libjson +libopenssl +libcap +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS) + +librt +alsa-lib +libjson +libopenssl +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Network sound server MAINTAINER:=Peter Wagner URL:=http://www.pulseaudio.org @@ -115,6 +115,7 @@ CONFIGURE_ARGS += \ --disable-lirc \ --disable-bluez \ --disable-udev \ + --without-caps \ --without-fftw ifeq ($(BUILD_VARIANT),avahi)