3e3078dec4
[Thomas: - do not pass -DCMAKE_MODULE_PATH, no longer needed. - add dependency on KODI_GL, since it includes <GL/gl.h>.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
config BR2_PACKAGE_KODI_SCREENSAVER_ASTEROIDS
|
|
bool "kodi-screensaver-asteroids"
|
|
depends on BR2_PACKAGE_KODI_GL
|
|
help
|
|
Asteroids screensaver for Kodi
|
|
|
|
https://github.com/notspiff/screensaver.asteroids
|
|
|
|
comment "kodi-screensaver-asteroids needs an OpenGL backend"
|
|
depends on !BR2_PACKAGE_KODI_GL
|