mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
xbmc: update to xbmc-12.2-ef79847
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bfff3c500f
commit
b8142ecfe5
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-theme-Confluence"
|
||||
PKG_VERSION="12.2-97a9f05"
|
||||
PKG_VERSION="12.2-ef79847"
|
||||
if [ "$XBMC" = "master" ]; then
|
||||
PKG_VERSION="13.alpha-2ef8929"
|
||||
elif [ "$XBMC" = "xbmc-aml" ]; then
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc"
|
||||
PKG_VERSION="12.2-97a9f05"
|
||||
PKG_VERSION="12.2-ef79847"
|
||||
if [ "$XBMC" = "master" ]; then
|
||||
PKG_VERSION="13.alpha-2ef8929"
|
||||
elif [ "$XBMC" = "xbmc-aml" ]; then
|
||||
@ -217,13 +217,13 @@ else
|
||||
fi
|
||||
|
||||
if [ "$AIRTUNES_SUPPORT" = yes ]; then
|
||||
if [ "$XBMC" = master ]; then
|
||||
# if [ "$XBMC" = master ]; then
|
||||
PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libshairplay"
|
||||
PKG_DEPENDS="$PKG_DEPENDS libshairplay"
|
||||
else
|
||||
PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libshairport"
|
||||
PKG_DEPENDS="$PKG_DEPENDS libshairport"
|
||||
fi
|
||||
# else
|
||||
# PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libshairport"
|
||||
# PKG_DEPENDS="$PKG_DEPENDS libshairport"
|
||||
# fi
|
||||
XBMC_AIRTUNES="--enable-airtunes"
|
||||
else
|
||||
XBMC_AIRTUNES="--disable-airtunes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user