2cc2ae83fc
Added dependency to json-for-modern-cpp after upstream commit:
07480b96fc
Also added missing dependency to tinyxml.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
487 B
Makefile
14 lines
487 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-vuplus
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PVR_VUPLUS_VERSION = 3.28.9-Leia
|
|
KODI_PVR_VUPLUS_SITE = $(call github,kodi-pvr,pvr.vuplus,$(KODI_PVR_VUPLUS_VERSION))
|
|
KODI_PVR_VUPLUS_LICENSE = GPL-2.0+
|
|
KODI_PVR_VUPLUS_LICENSE_FILES = src/client.h
|
|
KODI_PVR_VUPLUS_DEPENDENCIES = json-for-modern-cpp kodi-platform tinyxml
|
|
|
|
$(eval $(cmake-package))
|