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