projects/*/options: rename $MYSQL_SUPPORT to $KODI_MYSQL_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 12:27:33 +01:00
parent 815f2e7547
commit 2d2557f31b
5 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ PKG_LONGDESC="This addons allows Kodi PVR to connect to various TV/PVR backends
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="yes" PKG_AUTORECONF="yes"
if [ "$MYSQL_SUPPORT" = yes ]; then if [ "$KODI_MYSQL_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET mysql" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET mysql"
PVRADDONS_MYSQL="--enable-mysql" PVRADDONS_MYSQL="--enable-mysql"
else else

View File

@ -194,7 +194,7 @@ else
KODI_AVAHI="--disable-avahi" KODI_AVAHI="--disable-avahi"
fi fi
if [ "$MYSQL_SUPPORT" = yes ]; then if [ "$KODI_MYSQL_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET mysql" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET mysql"
KODI_MYSQL="--enable-mysql" KODI_MYSQL="--enable-mysql"
else else

View File

@ -193,7 +193,7 @@
KODI_UPNP_SUPPORT="yes" KODI_UPNP_SUPPORT="yes"
# build with MySQL support (yes / no) # build with MySQL support (yes / no)
MYSQL_SUPPORT="yes" KODI_MYSQL_SUPPORT="yes"
# build xbmc with sshlib support (yes / no) # build xbmc with sshlib support (yes / no)
KODI_SSHLIB_SUPPORT="yes" KODI_SSHLIB_SUPPORT="yes"

View File

@ -194,7 +194,7 @@
KODI_UPNP_SUPPORT="yes" KODI_UPNP_SUPPORT="yes"
# build with MySQL support (yes / no) # build with MySQL support (yes / no)
MYSQL_SUPPORT="yes" KODI_MYSQL_SUPPORT="yes"
# build xbmc with sshlib support (yes / no) # build xbmc with sshlib support (yes / no)
KODI_SSHLIB_SUPPORT="yes" KODI_SSHLIB_SUPPORT="yes"

View File

@ -195,7 +195,7 @@
KODI_UPNP_SUPPORT="yes" KODI_UPNP_SUPPORT="yes"
# build with MySQL support (yes / no) # build with MySQL support (yes / no)
MYSQL_SUPPORT="yes" KODI_MYSQL_SUPPORT="yes"
# build xbmc with sshlib support (yes / no) # build xbmc with sshlib support (yes / no)
KODI_SSHLIB_SUPPORT="yes" KODI_SSHLIB_SUPPORT="yes"