mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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_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() {
|
||||
if [ "${OPENGL_SUPPORT}" = no ]; then
|
||||
HAS_GLES=1 make
|
||||
|
Loading…
x
Reference in New Issue
Block a user