projects/*/options: rename $AIRTUNES_SUPPORT to $KODI_AIRTUNES_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 12:16:25 +01:00
parent 8e2b320b99
commit 54db1b3339
5 changed files with 5 additions and 5 deletions

View File

@ -367,7 +367,7 @@ show_config() {
config_message="$config_message\n - PPTP support:\t\t\t $PPTP_SUPPORT"
config_message="$config_message\n - OpenVPN support:\t\t\t $OPENVPN_SUPPORT"
config_message="$config_message\n - Kodi Airplay support:\t\t $AIRPLAY_SUPPORT"
config_message="$config_message\n - Kodi Airtunes support:\t\t $AIRTUNES_SUPPORT"
config_message="$config_message\n - Kodi Airtunes support:\t\t $KODI_AIRTUNES_SUPPORT"
config_message="$config_message\n - Kodi AFP support:\t\t\t $AFP_SUPPORT"
config_message="$config_message\n - Kodi NFS support:\t\t\t $NFS_SUPPORT"
config_message="$config_message\n - Kodi SAMBA client support:\t\t $SAMBA_SUPPORT"

View File

@ -208,7 +208,7 @@ else
KODI_AIRPLAY="--disable-airplay"
fi
if [ "$AIRTUNES_SUPPORT" = yes ]; then
if [ "$KODI_AIRTUNES_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libshairplay"
KODI_AIRTUNES="--enable-airtunes"
else

View File

@ -210,7 +210,7 @@
AIRPLAY_SUPPORT="yes"
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
AIRTUNES_SUPPORT="yes"
KODI_AIRTUNES_SUPPORT="yes"
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
NFS_SUPPORT="yes"

View File

@ -211,7 +211,7 @@
AIRPLAY_SUPPORT="yes"
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
AIRTUNES_SUPPORT="yes"
KODI_AIRTUNES_SUPPORT="yes"
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
NFS_SUPPORT="yes"

View File

@ -212,7 +212,7 @@
AIRPLAY_SUPPORT="yes"
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
AIRTUNES_SUPPORT="yes"
KODI_AIRTUNES_SUPPORT="yes"
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
NFS_SUPPORT="yes"