mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
projects/*/options: rename $MYSQL_SUPPORT to $KODI_MYSQL_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
815f2e7547
commit
2d2557f31b
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user