projects/*/options: rename $WEBSERVER to $KODI_WEBSERVER_SUPPORT

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

View File

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

View File

@ -236,7 +236,7 @@ else
KODI_SAMBA="--disable-samba"
fi
if [ "$WEBSERVER" = yes ]; then
if [ "$KODI_WEBSERVER_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libmicrohttpd"
KODI_WEBSERVER="--enable-webserver"
else

View File

@ -184,7 +184,7 @@
BLUETOOTH_SUPPORT="yes"
# build and install with KODI webfrontend (yes / no)
WEBSERVER="yes"
KODI_WEBSERVER_SUPPORT="yes"
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"

View File

@ -185,7 +185,7 @@
BLUETOOTH_SUPPORT="yes"
# build and install with KODI webfrontend (yes / no)
WEBSERVER="yes"
KODI_WEBSERVER_SUPPORT="yes"
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"

View File

@ -186,7 +186,7 @@
BLUETOOTH_SUPPORT="yes"
# build and install with KODI webfrontend (yes / no)
WEBSERVER="yes"
KODI_WEBSERVER_SUPPORT="yes"
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"