diff --git a/config/functions b/config/functions index e6c38703f4..a91454cbb2 100644 --- a/config/functions +++ b/config/functions @@ -366,7 +366,7 @@ show_config() { config_message="$config_message\n - SFTP server support:\t\t\t $SFTP_SERVER" 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 Airplay support:\t\t $KODI_AIRPLAY_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" diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk index c97a3597e4..5fa3563e88 100644 --- a/packages/mediacenter/kodi/package.mk +++ b/packages/mediacenter/kodi/package.mk @@ -201,7 +201,7 @@ else KODI_MYSQL="--disable-mysql" fi -if [ "$AIRPLAY_SUPPORT" = yes ]; then +if [ "$KODI_AIRPLAY_SUPPORT" = yes ]; then PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libplist" KODI_AIRPLAY="--enable-airplay" else diff --git a/projects/Generic/options b/projects/Generic/options index 48d53cc410..9635e46257 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -207,7 +207,7 @@ KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav" # build with AirPlay support (stream videos from iDevices to KODI) (yes / no) - AIRPLAY_SUPPORT="yes" + KODI_AIRPLAY_SUPPORT="yes" # build with AirTunes support (stream music from iDevices to KODI) (yes / no) KODI_AIRTUNES_SUPPORT="yes" diff --git a/projects/RPi/options b/projects/RPi/options index 86a573b826..c68eb0ab90 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -208,7 +208,7 @@ KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav" # build with AirPlay support (stream videos from iDevices to KODI) (yes / no) - AIRPLAY_SUPPORT="yes" + KODI_AIRPLAY_SUPPORT="yes" # build with AirTunes support (stream music from iDevices to KODI) (yes / no) KODI_AIRTUNES_SUPPORT="yes" diff --git a/projects/imx6/options b/projects/imx6/options index 8d6948b8e1..11d05a4d38 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -209,7 +209,7 @@ KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav" # build with AirPlay support (stream videos from iDevices to KODI) (yes / no) - AIRPLAY_SUPPORT="yes" + KODI_AIRPLAY_SUPPORT="yes" # build with AirTunes support (stream music from iDevices to KODI) (yes / no) KODI_AIRTUNES_SUPPORT="yes"