mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
pvr.vdr.vnsi: add missing graphics dependency
This commit is contained in:
parent
2fd48a356c
commit
d357a20068
@ -17,3 +17,11 @@ PKG_LONGDESC="pvr.vdr.vnsi"
|
|||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="yes"
|
||||||
PKG_ADDON_TYPE="xbmc.pvrclient"
|
PKG_ADDON_TYPE="xbmc.pvrclient"
|
||||||
|
|
||||||
|
if [ "${OPENGLES_SUPPORT}" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET+=" ${OPENGLES}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "${OPENGL_SUPPORT}" = "yes" ]; then
|
||||||
|
PKG_DEPENDS_TARGET+=" ${OPENGL}"
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user