projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7536f5f
)
[packages] pulseaudio: remove accidently commited libcap dependency
author
Peter Wagner
<
[email protected]
>
Wed, 3 Jul 2013 10:54:17 +0000
(10:54 +0000)
committer
Peter Wagner
<
[email protected]
>
Wed, 3 Jul 2013 10:54:17 +0000
(10:54 +0000)
Signed-off-by: Peter Wagner <
[email protected]
>
SVN-Revision: 37147
sound/pulseaudio/Makefile
patch
|
blob
|
history
diff --git
a/sound/pulseaudio/Makefile
b/sound/pulseaudio/Makefile
index a2b5b01a3d6d5f14b2f78060b87821f8a6ace6eb..bcbcf28b0a7bb4e135ee61079718be425fde7c4f 100644
(file)
--- 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 +lib
cap +lib
wrap $(ICONV_DEPENDS) $(INTL_DEPENDS)
+ +librt +alsa-lib +libjson +libopenssl +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS)
TITLE:=Network sound server
MAINTAINER:=Peter Wagner <
[email protected]
>
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)