buildroot/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk
Bernd Kuhls 2cc2ae83fc package/kodi-pvr-vuplus: bump version
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>
2020-01-23 01:04:02 +01:00

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))