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
|