summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch')
-rw-r--r--meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
index df670cdded..39f982b7f3 100644
--- a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
+++ b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
@@ -1,7 +1,7 @@
1From 046c3c2da9c4ff66f14db5bd68e9557504a49241 Mon Sep 17 00:00:00 2001 1From ec2442940e1d5338971861bb81537bae3a6c19e2 Mon Sep 17 00:00:00 2001
2From: Jose Quaresma <quaresma.jose@gmail.com> 2From: Jose Quaresma <quaresma.jose@gmail.com>
3Date: Sat, 13 Feb 2021 00:45:56 +0000 3Date: Sat, 13 Feb 2021 00:45:56 +0000
4Subject: [PATCH 2/3] libshaderc_util: fix glslang header file location 4Subject: [PATCH] libshaderc_util: fix glslang header file location
5 5
6Upstream-Status: Pending 6Upstream-Status: Pending
7 7
@@ -11,7 +11,7 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
11 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
12 12
13diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc 13diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc
14index c5ce37e..4703634 100644 14index e5f5d10..5fd6d3c 100644
15--- a/libshaderc_util/src/compiler.cc 15--- a/libshaderc_util/src/compiler.cc
16+++ b/libshaderc_util/src/compiler.cc 16+++ b/libshaderc_util/src/compiler.cc
17@@ -20,7 +20,7 @@ 17@@ -20,7 +20,7 @@
@@ -21,8 +21,5 @@ index c5ce37e..4703634 100644
21-#include "SPIRV/GlslangToSpv.h" 21-#include "SPIRV/GlslangToSpv.h"
22+#include "glslang/SPIRV/GlslangToSpv.h" 22+#include "glslang/SPIRV/GlslangToSpv.h"
23 #include "libshaderc_util/format.h" 23 #include "libshaderc_util/format.h"
24 #include "libshaderc_util/io.h" 24 #include "libshaderc_util/io_shaderc.h"
25 #include "libshaderc_util/message.h" 25 #include "libshaderc_util/message.h"
26--
272.30.1
28