screensaver.pingpong: add glm dependency

This commit is contained in:
MilhouseVH 2020-03-13 19:46:24 +00:00
parent d31d6f672e
commit bca99a1c0b

View File

@ -10,7 +10,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/screensaver.pingpong" PKG_SITE="https://github.com/xbmc/screensaver.pingpong"
PKG_URL="https://github.com/xbmc/screensaver.pingpong/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/xbmc/screensaver.pingpong/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform" PKG_DEPENDS_TARGET="toolchain kodi-platform glm"
PKG_SECTION="" PKG_SECTION=""
PKG_SHORTDESC="screensaver.pingpong" PKG_SHORTDESC="screensaver.pingpong"
PKG_LONGDESC="screensaver.pingpong" PKG_LONGDESC="screensaver.pingpong"