Loading package/kodi-screensaver-pingpong/Config.in 0 → 100644 +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 package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.mk 0 → 100644 +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)) package/kodi/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
package/kodi-screensaver-pingpong/Config.in 0 → 100644 +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
package/kodi-screensaver-pingpong/kodi-screensaver-pingpong.mk 0 → 100644 +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))
package/kodi/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -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