projects/*/options: rename $AFP_SUPPORT to $KODI_AFP_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 12:19:18 +01:00
parent e00be7b6a8
commit 43120e9979
5 changed files with 5 additions and 5 deletions

View File

@ -368,7 +368,7 @@ show_config() {
config_message="$config_message\n - OpenVPN support:\t\t\t $OPENVPN_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 AFP support:\t\t\t $KODI_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"
config_message="$config_message\n - Kodi UPNP support:\t\t\t $UPNP_SUPPORT"

View File

@ -222,7 +222,7 @@ else
KODI_NFS="--disable-nfs"
fi
if [ "$AFP_SUPPORT" = yes ]; then
if [ "$KODI_AFP_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET afpfs-ng"
KODI_AFP="--enable-afpclient"
else

View File

@ -216,7 +216,7 @@
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
AFP_SUPPORT="no"
KODI_AFP_SUPPORT="no"
# build and install Samba Client support (yes / no)
SAMBA_SUPPORT="yes"

View File

@ -217,7 +217,7 @@
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
AFP_SUPPORT="no"
KODI_AFP_SUPPORT="no"
# build and install Samba Client support (yes / no)
SAMBA_SUPPORT="yes"

View File

@ -218,7 +218,7 @@
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
AFP_SUPPORT="no"
KODI_AFP_SUPPORT="no"
# build and install Samba Client support (yes / no)
SAMBA_SUPPORT="yes"