Skip to content

Commit 4d4c848

Browse files
authored
Merge pull request #11122 from heitbaum/addon
pvr.plutotv: fix nlohmann-json depend
2 parents fea1ad3 + 3cb4667 commit 4d4c848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/mediacenter/kodi-binary-addons/pvr.plutotv

packages/mediacenter/kodi-binary-addons/pvr.plutotv/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PKG_ARCH="any"
99
PKG_LICENSE="GPL"
1010
PKG_SITE="https://github.com/kodi-pvr/pvr.plutotv"
1111
PKG_URL="https://github.com/kodi-pvr/pvr.plutotv/archive/${PKG_VERSION}.tar.gz"
12-
PKG_DEPENDS_TARGET="toolchain kodi-platform rapidjson"
12+
PKG_DEPENDS_TARGET="toolchain kodi-platform nlohmann-json"
1313
PKG_SECTION=""
1414
PKG_SHORTDESC="pvr.plutotv"
1515
PKG_LONGDESC="pvr.plutotv"

0 commit comments

Comments
 (0)