[packages] pulseaudio: remove accidently commited libcap dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/packages@37147 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e1a8beaae7
commit
26d12a9c0c
@ -30,7 +30,7 @@ define Package/pulseaudio/Default
|
|||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \
|
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
|
TITLE:=Network sound server
|
||||||
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||||
URL:=http://www.pulseaudio.org
|
URL:=http://www.pulseaudio.org
|
||||||
@ -115,6 +115,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-lirc \
|
--disable-lirc \
|
||||||
--disable-bluez \
|
--disable-bluez \
|
||||||
--disable-udev \
|
--disable-udev \
|
||||||
|
--without-caps \
|
||||||
--without-fftw
|
--without-fftw
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),avahi)
|
ifeq ($(BUILD_VARIANT),avahi)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user