e68bcc985f
Updated dependencies after upstream commitdbb8853696
Although glm depends on BR2_INSTALL_LIBSTDCPP this dependency was not added because Kodi itself already depends on C++. Also removed patch 0002 because this package has no direct dependency for X libraries anymore. Removed patch 0001 which was applied upstreamb9dda499db
Added patch to disable building the drempels screensaver which depends on imagemagick6. Even though rsxs has a minimal bundled imagemagick, we simply disable drempels to avoid using a bundled library. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
config BR2_PACKAGE_KODI_SCREENSAVER_RSXS
|
|
bool "kodi-screensaver-rsxs"
|
|
depends on BR2_PACKAGE_HAS_LIBGL # libglu
|
|
select BR2_PACKAGE_BZIP2
|
|
select BR2_PACKAGE_GLI
|
|
select BR2_PACKAGE_GLM
|
|
select BR2_PACKAGE_JPEG
|
|
select BR2_PACKAGE_LIBPNG
|
|
select BR2_PACKAGE_LIBTOOL
|
|
select BR2_PACKAGE_TIFF
|
|
help
|
|
RSXS screensaver add-ons for Kodi
|
|
|
|
https://github.com/xbmc/screensavers.rsxs
|
|
|
|
comment "kodi-screensaver-rsxs needs an OpenGL backend"
|
|
depends on !BR2_PACKAGE_HAS_LIBGL
|