From 2bd223d0e7468cf093a134784cf7ae0fb29aaf2a Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Sun, 4 Aug 2013 17:10:31 +0000 Subject: [PATCH] pulseaudio: add libcap as dependency Signed-off-by: Peter Wagner SVN-Revision: 37694 --- sound/pulseaudio/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index bcbcf28b0..0fc979be8 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=4.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ @@ -30,7 +30,7 @@ define Package/pulseaudio/Default SECTION:=sound CATEGORY:=Sound DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \ - +librt +alsa-lib +libjson +libopenssl +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS) + +librt +alsa-lib +libjson +libopenssl +libwrap +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Network sound server MAINTAINER:=Peter Wagner URL:=http://www.pulseaudio.org @@ -115,7 +115,6 @@ CONFIGURE_ARGS += \ --disable-lirc \ --disable-bluez \ --disable-udev \ - --without-caps \ --without-fftw ifeq ($(BUILD_VARIANT),avahi) -- 2.30.2