From aa4f7c0b0d878ff95ad7935f112a551d7a4bf6f4 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Sun, 23 Feb 2020 07:21:06 +0100 Subject: [PATCH] add p8-platform to addon itself as depends This is intended to significantly speed up the construction times for those who do not use these dependencies (most addons without this). This will also happen to all other PVRs that need it and also allows you to add your own versions if necessary. After converting this will be removed from Kodi. Only used on the Matrix branches, the others remain with Kodi. --- depends/common/p8-platform/p8-platform.txt | 1 + depends/windowsstore/p8-platform/p8-platform.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 depends/common/p8-platform/p8-platform.txt create mode 100644 depends/windowsstore/p8-platform/p8-platform.txt diff --git a/depends/common/p8-platform/p8-platform.txt b/depends/common/p8-platform/p8-platform.txt new file mode 100644 index 0000000..98ed58a --- /dev/null +++ b/depends/common/p8-platform/p8-platform.txt @@ -0,0 +1 @@ +p8-platform https://github.com/xbmc/platform.git cee64e9dc0b69e8d286dc170a78effaabfa09c44 diff --git a/depends/windowsstore/p8-platform/p8-platform.txt b/depends/windowsstore/p8-platform/p8-platform.txt new file mode 100644 index 0000000..db6f782 --- /dev/null +++ b/depends/windowsstore/p8-platform/p8-platform.txt @@ -0,0 +1 @@ +p8-platform https://github.com/afedchin/platform.git win10