mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
792b03879c
Removed patch 0001, ImageMagick code was removed upstream:e3793a1e5d (diff-f9e414fa2a69e3c79d590dd6e91236778d803a84669f93f0e550483f7be105e9L31)
Removed various dependencies after upstream cleanup:e3793a1e5d
Switched opengl dependency to render system used by Kodi. Switch license file to LICENSE.md. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
config BR2_PACKAGE_KODI_SCREENSAVER_RSXS
|
|
bool "kodi-screensaver-rsxs"
|
|
depends on BR2_PACKAGE_KODI_RENDER_SYSTEM_GL
|
|
select BR2_PACKAGE_BZIP2
|
|
select BR2_PACKAGE_GLI
|
|
select BR2_PACKAGE_GLM
|
|
help
|
|
RSXS screensaver add-ons for Kodi
|
|
|
|
https://github.com/xbmc/screensavers.rsxs
|
|
|
|
comment "kodi-screensaver-rsxs needs OpenGL as Kodi render system"
|
|
depends on !BR2_PACKAGE_KODI_RENDER_SYSTEM_GL
|