mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libretro-vecx: add missing graphics dependency
This commit is contained in:
parent
ada329cdcf
commit
2fd48a356c
@ -14,6 +14,14 @@ PKG_LIBNAME="vecx_libretro.so"
|
|||||||
PKG_LIBPATH="${PKG_LIBNAME}"
|
PKG_LIBPATH="${PKG_LIBNAME}"
|
||||||
PKG_LIBVAR="VECX_LIB"
|
PKG_LIBVAR="VECX_LIB"
|
||||||
|
|
||||||
|
if [ "${OPENGLES_SUPPORT}" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET+=" ${OPENGLES}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "${OPENGL_SUPPORT}" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET+=" ${OPENGL}"
|
||||||
|
fi
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
if [ "${OPENGL_SUPPORT}" = no ]; then
|
if [ "${OPENGL_SUPPORT}" = no ]; then
|
||||||
HAS_GLES=1 make
|
HAS_GLES=1 make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user