mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
XBMC_OPENGLES="--enable-gles"
|
||||
if [ "$OPENGLES" = "marvell-libgfx" ]; then
|
||||
XBMC_PLATFORM_SUPPORT="--with-platform=marvell-dove"
|
||||
fi
|
||||
else
|
||||
XBMC_OPENGLES="--disable-gles"
|
||||
fi
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user