Commit 7498d74b authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/kodi-screensaver-pingpong: 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 50099a6b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_KODI_SCREENSAVER_PINGPONG
	bool "kodi-screensaver-pingpong"
	depends on BR2_PACKAGE_KODI_GL
	help
	  Ping-pong screensaver for Kodi

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

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-pingpong
#
################################################################################

KODI_SCREENSAVER_PINGPONG_VERSION = 00fd2a7c70d581ada1bc89829c6870530b4c65b9
KODI_SCREENSAVER_PINGPONG_SITE = $(call github,notspiff,screensaver.pingpong,$(KODI_SCREENSAVER_PINGPONG_VERSION))
KODI_SCREENSAVER_PINGPONG_LICENSE = GPLv2+
KODI_SCREENSAVER_PINGPONG_LICENSE_FILES = src/readme.txt
KODI_SCREENSAVER_PINGPONG_DEPENDENCIES = kodi

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

endif # BR2_PACKAGE_KODI