pulseaudio: fix libjson dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
17a51b7b86
commit
612e1a2aaf
1 changed files with 4 additions and 5 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pulseaudio
|
PKG_NAME:=pulseaudio
|
||||||
PKG_VERSION:=6.0
|
PKG_VERSION:=6.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
|
PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
|
||||||
|
@ -27,12 +27,11 @@ PKG_INSTALL = 1
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
#TODO: split pulse into executable and library (or even better into several libraries since they're used as loadable modules, so not linked into)
|
|
||||||
define Package/pulseaudio/Default
|
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 +libwrap +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
+librt +alsa-lib +libopenssl +libwrap +libcap $(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
|
||||||
|
@ -42,7 +41,7 @@ endef
|
||||||
|
|
||||||
define Package/pulseaudio-daemon
|
define Package/pulseaudio-daemon
|
||||||
$(call Package/pulseaudio/Default)
|
$(call Package/pulseaudio/Default)
|
||||||
DEPENDS+=+libjson-c
|
DEPENDS+= +libjson-c
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pulseaudio/Default/description
|
define Package/pulseaudio/Default/description
|
||||||
|
@ -63,7 +62,7 @@ endef
|
||||||
define Package/pulseaudio-tools
|
define Package/pulseaudio-tools
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libsndfile pulseaudio
|
DEPENDS:=+libsndfile +pulseaudio
|
||||||
TITLE:=Tools for Pulseaudio
|
TITLE:=Tools for Pulseaudio
|
||||||
URL:=http://www.pulseaudio.org
|
URL:=http://www.pulseaudio.org
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue