projects/*/options: rename $UPNP_SUPPORT to $KODI_UPNP_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 12:22:04 +01:00
parent 682d64c0bf
commit 479bd5c83d
5 changed files with 5 additions and 5 deletions

View File

@ -371,7 +371,7 @@ show_config() {
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"
config_message="$config_message\n - Kodi UPNP support:\t\t\t $KODI_UPNP_SUPPORT"
config_message="$config_message\n - Kodi Webserver support:\t\t $WEBSERVER"
# OS configuration

View File

@ -243,7 +243,7 @@ else
KODI_WEBSERVER="--disable-webserver"
fi
if [ "$UPNP_SUPPORT" = yes ]; then
if [ "$KODI_UPNP_SUPPORT" = yes ]; then
KODI_UPNP="--enable-upnp"
else
KODI_UPNP="--disable-upnp"

View File

@ -190,7 +190,7 @@
AVAHI_DAEMON="yes"
# build with UPnP support (yes / no)
UPNP_SUPPORT="yes"
KODI_UPNP_SUPPORT="yes"
# build with MySQL support (yes / no)
MYSQL_SUPPORT="yes"

View File

@ -191,7 +191,7 @@
AVAHI_DAEMON="yes"
# build with UPnP support (yes / no)
UPNP_SUPPORT="yes"
KODI_UPNP_SUPPORT="yes"
# build with MySQL support (yes / no)
MYSQL_SUPPORT="yes"

View File

@ -192,7 +192,7 @@
AVAHI_DAEMON="yes"
# build with UPnP support (yes / no)
UPNP_SUPPORT="yes"
KODI_UPNP_SUPPORT="yes"
# build with MySQL support (yes / no)
MYSQL_SUPPORT="yes"