[xbmc-rebrand] libcec: rename all variables '$XBMC*' to '$KODI*'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-18 22:48:28 +02:00
parent ca4fd62ecf
commit 283b7db4d0

View File

@ -34,7 +34,7 @@ PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--disable-cubox"
if [ "$XBMCPLAYER_DRIVER" = "bcm2835-driver" ]; then
if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bcm2835-driver"
export CFLAGS="$CFLAGS \
@ -51,7 +51,7 @@ else
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-rpi"
fi
if [ "$XBMCPLAYER_DRIVER" = "libfslvpuwrap" ]; then
if [ "$KODIPLAYER_DRIVER" = "libfslvpuwrap" ]; then
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-imx6"
else
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-imx6"