pvr.vdr.vnsi: add missing graphics dependency

This commit is contained in:
Jernej Skrabec 2022-04-24 23:17:33 +02:00
parent 2fd48a356c
commit d357a20068

View File

@ -17,3 +17,11 @@ PKG_LONGDESC="pvr.vdr.vnsi"
PKG_IS_ADDON="yes"
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