screensaver.asteroids,glm: remove OPENGL-only checks

This commit is contained in:
MilhouseVH 2019-05-01 07:11:03 +01:00
parent 7e2ddfc823
commit 341f546ea6
2 changed files with 0 additions and 8 deletions

View File

@ -10,7 +10,3 @@ PKG_URL="https://github.com/g-truc/glm/releases/download/$PKG_VERSION/glm-$PKG_V
PKG_SOURCE_DIR="glm"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="OpenGL Mathematics (GLM)"
if [ "$OPENGL" = "no" ] ; then
exit 0
fi

View File

@ -17,7 +17,3 @@ PKG_LONGDESC="screensaver.asteroids"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.ui.screensaver"
if [ "$OPENGL" = "no" ] ; then
exit 0
fi