mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Most screensaver repos were moved to the xbmc project:57b8ed5fb929c23f8e0c98e7131502994b0d5b7321b0c96d7fAdd patches to fix missing cstddef include. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
config BR2_PACKAGE_KODI_SCREENSAVER_STARS
|
|
bool "kodi-screensaver-stars"
|
|
depends on BR2_PACKAGE_HAS_LIBGL
|
|
help
|
|
Starfield screensaver for Kodi
|
|
|
|
https://github.com/xbmc/screensaver.stars
|
|
|
|
comment "kodi-screensaver-stars needs OpenGL"
|
|
depends on !BR2_PACKAGE_HAS_LIBGL
|