From 54db1b3339ba905c3c32b353d6cea72bc0924b9c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 9 Nov 2014 12:16:25 +0100 Subject: [PATCH] projects/*/options: rename $AIRTUNES_SUPPORT to $KODI_AIRTUNES_SUPPORT Signed-off-by: Stephan Raue --- config/functions | 2 +- packages/mediacenter/kodi/package.mk | 2 +- projects/Generic/options | 2 +- projects/RPi/options | 2 +- projects/imx6/options | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/functions b/config/functions index fc348e581e..e6c38703f4 100644 --- a/config/functions +++ b/config/functions @@ -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" diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk index 4a526d0117..c97a3597e4 100644 --- a/packages/mediacenter/kodi/package.mk +++ b/packages/mediacenter/kodi/package.mk @@ -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 diff --git a/projects/Generic/options b/projects/Generic/options index 6e439e8747..48d53cc410 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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" diff --git a/projects/RPi/options b/projects/RPi/options index fc86f6060b..86a573b826 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -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" diff --git a/projects/imx6/options b/projects/imx6/options index ce237c32b8..8d6948b8e1 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -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"