6a3a730ad8
ac_cv_type__Bool=yes is needed to fix compilation with gcc >= 5. Added patch to fix X.org includes. Added dependency for libpng previously provided by Kodi. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
config BR2_PACKAGE_KODI_SCREENSAVER_RSXS
|
|
bool "kodi-screensaver-rsxs"
|
|
depends on BR2_PACKAGE_HAS_LIBGL # libglu
|
|
depends on BR2_PACKAGE_XORG7 # xlib_libXmu
|
|
select BR2_PACKAGE_LIBPNG
|
|
select BR2_PACKAGE_XLIB_LIBXMU
|
|
help
|
|
RSXS screensaver add-ons for Kodi
|
|
|
|
https://github.com/notspiff/screensavers.rsxs
|
|
|
|
comment "kodi-screensaver-rsxs depends on X.org and needs OpenGL"
|
|
depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL
|