mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
game.libretro.vecx: use GLES when GL is not available
This commit is contained in:
parent
7a3fc27882
commit
f4756557c6
@ -15,7 +15,11 @@ PKG_LIBPATH="${PKG_LIBNAME}"
|
||||
PKG_LIBVAR="VECX_LIB"
|
||||
|
||||
make_target() {
|
||||
if [ "$OPENGL_SUPPORT" = no ]; then
|
||||
HAS_GLES=1 make
|
||||
else
|
||||
make
|
||||
fi
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user