2016-02-20 23:09:07 +01:00
|
|
|
config BR2_PACKAGE_KODI_SCREENSAVER_RSXS
|
|
|
|
bool "kodi-screensaver-rsxs"
|
2016-05-10 20:40:23 +02:00
|
|
|
depends on BR2_PACKAGE_HAS_LIBGL # libglu
|
2016-05-10 20:40:21 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7 # xlib_libXmu
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXMU
|
2016-02-20 23:09:07 +01:00
|
|
|
help
|
|
|
|
RSXS screensaver add-ons for Kodi
|
|
|
|
|
|
|
|
https://github.com/notspiff/screensavers.rsxs
|
|
|
|
|
2016-05-10 20:40:21 +02:00
|
|
|
comment "kodi-screensaver-rsxs depends on X.org and needs OpenGL"
|
2016-05-10 20:40:23 +02:00
|
|
|
depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL
|