diff options
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.patch | 12 |
1 files changed, 5 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..0e8ad7e4d2 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,17 +1,18 @@ | |||
| 1 | From 046c3c2da9c4ff66f14db5bd68e9557504a49241 Mon Sep 17 00:00:00 2001 | 1 | From d02ad48d5c9b48af70ddea2e6998081347ef82f3 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jose Quaresma <quaresma.jose@gmail.com> | 2 | From: Jose Quaresma <quaresma.jose@gmail.com> |
| 3 | Date: Sat, 13 Feb 2021 00:45:56 +0000 | 3 | Date: Sat, 13 Feb 2021 00:45:56 +0000 |
| 4 | Subject: [PATCH 2/3] libshaderc_util: fix glslang header file location | 4 | Subject: [PATCH] libshaderc_util: fix glslang header file location |
| 5 | 5 | ||
| 6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
| 7 | 7 | ||
| 8 | Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> | 8 | Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> |
| 9 | |||
| 9 | --- | 10 | --- |
| 10 | libshaderc_util/src/compiler.cc | 2 +- | 11 | libshaderc_util/src/compiler.cc | 2 +- |
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | 13 | ||
| 13 | diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc | 14 | diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc |
| 14 | index c5ce37e..4703634 100644 | 15 | index 051558b..9c4476c 100644 |
| 15 | --- a/libshaderc_util/src/compiler.cc | 16 | --- a/libshaderc_util/src/compiler.cc |
| 16 | +++ b/libshaderc_util/src/compiler.cc | 17 | +++ b/libshaderc_util/src/compiler.cc |
| 17 | @@ -20,7 +20,7 @@ | 18 | @@ -20,7 +20,7 @@ |
| @@ -21,8 +22,5 @@ index c5ce37e..4703634 100644 | |||
| 21 | -#include "SPIRV/GlslangToSpv.h" | 22 | -#include "SPIRV/GlslangToSpv.h" |
| 22 | +#include "glslang/SPIRV/GlslangToSpv.h" | 23 | +#include "glslang/SPIRV/GlslangToSpv.h" |
| 23 | #include "libshaderc_util/format.h" | 24 | #include "libshaderc_util/format.h" |
| 24 | #include "libshaderc_util/io.h" | 25 | #include "libshaderc_util/io_shaderc.h" |
| 25 | #include "libshaderc_util/message.h" | 26 | #include "libshaderc_util/message.h" |
| 26 | -- | ||
| 27 | 2.30.1 | ||
| 28 | |||
