Merge pull request #4890 from emveepee/master

pvr.nextpvr:  add dependency on tinyxml2
This commit is contained in:
CvH 2021-01-12 21:22:02 +01:00 committed by GitHub
commit c654065448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-pvr/pvr.nextpvr" PKG_SITE="https://github.com/kodi-pvr/pvr.nextpvr"
PKG_URL="https://github.com/kodi-pvr/pvr.nextpvr/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/kodi-pvr/pvr.nextpvr/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform" PKG_DEPENDS_TARGET="toolchain kodi-platform tinyxml2"
PKG_SECTION="" PKG_SECTION=""
PKG_SHORTDESC="pvr.nextpvr" PKG_SHORTDESC="pvr.nextpvr"
PKG_LONGDESC="pvr.nextpvr" PKG_LONGDESC="pvr.nextpvr"