Commit 50099a6b authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/kodi-screensaver-greynetic: new package



[Thomas:
   - do not pass -DCMAKE_MODULE_PATH, no longer needed.]

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 98fb5da8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_KODI_SCREENSAVER_GREYNETIC
	bool "kodi-screensaver-greynetic"
	depends on BR2_PACKAGE_KODI_GL
	help
	  Greynetic screensaver for Kodi

	  https://github.com/notspiff/screensaver.greynetic

comment "kodi-screensaver-greynetic needs an OpenGL backend"
	depends on !BR2_PACKAGE_KODI_GL
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# kodi-screensaver-greynetic
#
################################################################################

KODI_SCREENSAVER_GREYNETIC_VERSION = 5f370b0f1a51e57719f605344e94824105316c17
KODI_SCREENSAVER_GREYNETIC_SITE = $(call github,notspiff,screensaver.greynetic,$(KODI_SCREENSAVER_GREYNETIC_VERSION))
KODI_SCREENSAVER_GREYNETIC_LICENSE = GPLv2+
KODI_SCREENSAVER_GREYNETIC_LICENSE_FILES = src/GreyNetic.cpp
KODI_SCREENSAVER_GREYNETIC_DEPENDENCIES = kodi

$(eval $(cmake-package))
+1 −0
Original line number Diff line number Diff line
@@ -290,6 +290,7 @@ menu "Screensavers"
	source "package/kodi-screensaver-asteroids/Config.in"
	source "package/kodi-screensaver-biogenesis/Config.in"
	source "package/kodi-screensaver-crystalmorph/Config.in"
	source "package/kodi-screensaver-greynetic/Config.in"
endmenu

endif # BR2_PACKAGE_KODI