ce9e7f73cb
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
config BR2_PACKAGE_KODI_SCREENSAVER_ASTERWAVE
|
|
bool "kodi-screensaver-asterwave"
|
|
depends on BR2_PACKAGE_KODI_GL # libsoil
|
|
select BR2_PACKAGE_LIBSOIL
|
|
help
|
|
AsterWave screensaver for Kodi
|
|
|
|
https://github.com/notspiff/screensaver.asterwave
|
|
|
|
comment "asterwave needs an OpenGL backend"
|
|
depends on !BR2_PACKAGE_KODI_GL
|