kumquat-buildroot/package/kodi-pvr-vbox/kodi-pvr-vbox.mk
Bernd Kuhls 735354d587 package/kodi-pvr-vbox: needs tinyxml2
Upstream added the tinyxml2 dependency in the Nexus bump:
99ae08a5fd

Buildroot commit 7f3762ae15 (package/kodi-pvr-*: mass version bump to
Nexus) forgot to add this dependency causing a configure error.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-05-21 22:24:55 +02:00

14 lines
442 B
Makefile

################################################################################
#
# kodi-pvr-vbox
#
################################################################################
KODI_PVR_VBOX_VERSION = 20.4.2-Nexus
KODI_PVR_VBOX_SITE = $(call github,kodi-pvr,pvr.vbox,$(KODI_PVR_VBOX_VERSION))
KODI_PVR_VBOX_LICENSE = GPL-2.0+
KODI_PVR_VBOX_LICENSE_FILES = LICENSE.md
KODI_PVR_VBOX_DEPENDENCIES = kodi tinyxml2
$(eval $(cmake-package))