mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/kodi-pvr-vbox: needs tinyxml2
Upstream added the tinyxml2 dependency in the Nexus bump:99ae08a5fdBuildroot commit7f3762ae15(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:
committed by
Yann E. MORIN
parent
62b64c56b8
commit
735354d587
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user