2e8e1d640f
Various small changes to comments: - shorten OpenGL info (Thomas) - fix typos - add full packages names when missing (Thomas) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
config BR2_PACKAGE_KODI_SCREENSAVER_GREYNETIC
|
|
bool "kodi-screensaver-greynetic"
|
|
depends on BR2_PACKAGE_KODI_GL
|
|
help
|
|
Greynetic screensaver for Kodi
|
|
|
|
https://github.com/notspiff/screensaver.greynetic
|
|
|
|
comment "kodi-screensaver-greynetic needs OpenGL"
|
|
depends on !BR2_PACKAGE_KODI_GL
|