diff --git a/project/cmake/addons/depends/common/platform/platform.txt b/project/cmake/addons/depends/common/platform/platform.txt index e61079c3df0dc..5da3a1263a315 100644 --- a/project/cmake/addons/depends/common/platform/platform.txt +++ b/project/cmake/addons/depends/common/platform/platform.txt @@ -1 +1 @@ -platform http://mirrors.kodi.tv/build-deps/sources/platform-1.0.6.tar.gz +platform http://mirrors.kodi.tv/build-deps/sources/platform-1.0.9.tar.gz diff --git a/tools/depends/target/platform/Makefile b/tools/depends/target/platform/Makefile index 8ba7ee1db6e16..2038a5aae630a 100644 --- a/tools/depends/target/platform/Makefile +++ b/tools/depends/target/platform/Makefile @@ -1,9 +1,10 @@ -include ../../Makefile.include +-include ../../Makefile.include +include ../../xbmc-addons.include DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=platform -VERSION=1.0.4 +VERSION=1.0.9 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz