kumquat-buildroot/package/kodi-screensaver-greynetic/kodi-screensaver-greynetic.mk
Bernd Kuhls 8004d2c0ad package/kodi-screensaver-greynetic: bump version to 2.5.0-Matrix
Remove dependency to opengl, add dependency to glm, opengles support
was fixed upstream:
aee7082c92

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-03-06 22:56:50 +01:00

14 lines
537 B
Makefile

################################################################################
#
# kodi-screensaver-greynetic
#
################################################################################
KODI_SCREENSAVER_GREYNETIC_VERSION = 2.5.0-Matrix
KODI_SCREENSAVER_GREYNETIC_SITE = $(call github,xbmc,screensaver.greynetic,$(KODI_SCREENSAVER_GREYNETIC_VERSION))
KODI_SCREENSAVER_GREYNETIC_LICENSE = GPL-2.0+
KODI_SCREENSAVER_GREYNETIC_LICENSE_FILES = LICENSE.md
KODI_SCREENSAVER_GREYNETIC_DEPENDENCIES = glm kodi
$(eval $(cmake-package))