From b8682be54df13437c4d9cedbf08259f08fdd59a4 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sun, 15 Oct 2023 07:36:59 -0600 Subject: [PATCH] manifest: build glslang with SPIRV-Tools --- org.yuzu_emu.yuzu.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index fd25708..6547caa 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -21,6 +21,8 @@ "/bin/glslangValidator", "/bin/zip*", "/bin/zstd*", + "/bin/spirv-*", + "/bin/sdl2-config", "/lib/pkg-config", "/share/doc", "/share/man", @@ -112,6 +114,30 @@ "project-id": 205796, "url-template": "https://github.com/KhronosGroup/glslang/archive/$version.tar.gz" } + }, + { + "type": "archive", + "url": "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/sdk-1.3.261.1.tar.gz", + "sha256": "ead95c626ad482882a141d1aa0ce47b9453871f72c42c0b28d39c82f60a52008", + "dest": "External/spirv-tools", + "x-checker-data": { + "type": "anitya", + "stable-only": true, + "project-id": 334920, + "url-template": "https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/sdk-$version.tar.gz" + } + }, + { + "type": "archive", + "url": "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/sdk-1.3.261.1.tar.gz", + "sha256": "32b4c6ae6a2fa9b56c2c17233c8056da47e331f76e117729925825ea3e77a739", + "dest": "External/spirv-tools/external/spirv-headers", + "x-checker-data": { + "type": "anitya", + "stable-only": true, + "project-id": 334920, + "url-template": "https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/sdk-$version.tar.gz" + } } ] },