0856e3ccc9
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: fix license, it's GPLv2, not GPLv2+.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
config BR2_PACKAGE_KODI_SCREENSAVER_CPBLOBS
|
|
bool "kodi-screensaver-cpblobs"
|
|
depends on BR2_PACKAGE_KODI_GL # libsoil
|
|
select BR2_PACKAGE_LIBSOIL
|
|
help
|
|
CpBlobs screensaver for Kodi
|
|
|
|
https://github.com/notspiff/screensaver.cpblobs
|
|
|
|
comment "cpblobs needs an OpenGL backend"
|
|
depends on !BR2_PACKAGE_KODI_GL
|