mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 02:13:29 +08:00
package/kodi-pvr-vbox: needs tinyxml2
Upstream added the tinyxml2 dependency in the Nexus bump:99ae08a5fd
Buildroot 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:
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))
|
||||
|
Loading…
Reference in New Issue
Block a user