mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
xbmc: add 'marvell-libgfx' and vmeta support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
873d055c46
commit
dc2a27534a
@ -39,6 +39,9 @@ fi
|
|||||||
|
|
||||||
if [ "$OPENGLES_SUPPORT" = yes ]; then
|
if [ "$OPENGLES_SUPPORT" = yes ]; then
|
||||||
XBMC_OPENGLES="--enable-gles"
|
XBMC_OPENGLES="--enable-gles"
|
||||||
|
if [ "$OPENGLES" = "marvell-libgfx" ]; then
|
||||||
|
XBMC_PLATFORM_SUPPORT="--with-platform=marvell-dove"
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
XBMC_OPENGLES="--disable-gles"
|
XBMC_OPENGLES="--disable-gles"
|
||||||
fi
|
fi
|
||||||
|
@ -71,6 +71,10 @@ if [ "$OPENGLES_SUPPORT" = yes ]; then
|
|||||||
# for OpenGL-ES support
|
# for OpenGL-ES support
|
||||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS $OPENGLES"
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS $OPENGLES"
|
||||||
PKG_DEPENDS="$PKG_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
|
fi
|
||||||
|
|
||||||
# for dbus support
|
# for dbus support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user