Merge pull request #9035 from heitbaum/fix12

pvr.stalker: add missing libxml2 build dependancy
This commit is contained in:
Christian Hewitt 2024-06-28 19:10:05 +04:00 committed by GitHub
commit 6ad72641b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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