mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pulseaudio: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a262f3f972
commit
8e2224eb3d
@ -25,8 +25,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://pulseaudio.org/"
|
PKG_SITE="http://pulseaudio.org/"
|
||||||
PKG_URL="http://cgit.freedesktop.org/pulseaudio/pulseaudio/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://cgit.freedesktop.org/pulseaudio/pulseaudio/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS="libtool alsa-lib libsamplerate dbus speex systemd openssl"
|
PKG_DEPENDS_TARGET="toolchain libtool json-c alsa-lib libsndfile libsamplerate speex dbus systemd openssl libcap"
|
||||||
PKG_BUILD_DEPENDS_TARGET="toolchain libtool json-c alsa-lib libsndfile libsamplerate speex dbus systemd openssl libcap"
|
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="audio"
|
PKG_SECTION="audio"
|
||||||
PKG_SHORTDESC="pulseaudio: Yet another sound server for Unix"
|
PKG_SHORTDESC="pulseaudio: Yet another sound server for Unix"
|
||||||
@ -36,7 +35,7 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
|
if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
|
||||||
PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET sbc"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET sbc"
|
||||||
PULSEAUDIO_BLUETOOTH="--enable-bluez5"
|
PULSEAUDIO_BLUETOOTH="--enable-bluez5"
|
||||||
else
|
else
|
||||||
PULSEAUDIO_BLUETOOTH="--disable-bluez5"
|
PULSEAUDIO_BLUETOOTH="--disable-bluez5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user