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>
This commit is contained in:
Bernd Kuhls 2023-05-21 22:09:51 +02:00 committed by Yann E. MORIN
parent 62b64c56b8
commit 735354d587
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_KODI_PVR_VBOX
bool "kodi-pvr-vbox"
select BR2_PACKAGE_TINYXML2
help
Kodi PVR addon for interfacing with VBox Communications XTi TV
Gateway

View File

@ -8,6 +8,6 @@ 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
KODI_PVR_VBOX_DEPENDENCIES = kodi tinyxml2
$(eval $(cmake-package))