xbmc: add 'marvell-libgfx' and vmeta support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-12-27 11:41:50 +01:00
parent 873d055c46
commit dc2a27534a
2 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,9 @@ fi
if [ "$OPENGLES_SUPPORT" = yes ]; then
XBMC_OPENGLES="--enable-gles"
if [ "$OPENGLES" = "marvell-libgfx" ]; then
XBMC_PLATFORM_SUPPORT="--with-platform=marvell-dove"
fi
else
XBMC_OPENGLES="--disable-gles"
fi

View File

@ -71,6 +71,10 @@ if [ "$OPENGLES_SUPPORT" = yes ]; then
# for OpenGL-ES support
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS $OPENGLES"
PKG_DEPENDS="$PKG_DEPENDS $OPENGLES"
if [ "$OPENGLES" = "marvell-libgfx" ]; then
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS marvell-libvmeta marvell-ipp"
PKG_DEPENDS="$PKG_DEPENDS marvell-libvmeta marvell-ipp"
fi
fi
# for dbus support