imagedecoder.heif: add dependency tinyxml2

This commit is contained in:
heitbaum 2022-01-13 10:28:12 +00:00
parent 5816e71a0e
commit 76281571b2

View File

@ -9,7 +9,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/imagedecoder.heif" PKG_SITE="https://github.com/xbmc/imagedecoder.heif"
PKG_URL="https://github.com/xbmc/imagedecoder.heif/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/xbmc/imagedecoder.heif/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform libheif" PKG_DEPENDS_TARGET="toolchain kodi-platform libheif tinyxml2"
PKG_SECTION="" PKG_SECTION=""
PKG_SHORTDESC="imagedecoder.heif" PKG_SHORTDESC="imagedecoder.heif"
PKG_LONGDESC="imagedecoder.heif" PKG_LONGDESC="imagedecoder.heif"