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>
13 lines
511 B
Makefile
13 lines
511 B
Makefile
################################################################################
|
|
#
|
|
# kodi-screensaver-rsxs
|
|
#
|
|
################################################################################
|
|
|
|
KODI_SCREENSAVER_RSXS_VERSION = 7cb648507440d87948dec10d5bfdab3b722d37fe
|
|
KODI_SCREENSAVER_RSXS_SITE = $(call github,xbmc,screensavers.rsxs,$(KODI_SCREENSAVER_RSXS_VERSION))
|
|
KODI_SCREENSAVER_RSXS_LICENSE = GPL-3.0
|
|
KODI_SCREENSAVER_RSXS_DEPENDENCIES = bzip2 gli glm jpeg kodi libpng libtool tiff
|
|
|
|
$(eval $(cmake-package))
|