summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glslang/glslang_11.1.0.bb
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2021-02-13 00:59:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-13 17:01:13 +0000
commit1fdc54910dc575688003d635af9ae4d27e12ee76 (patch)
treed1a8232f52315ddaaaff5554d8129b0d9a2fe3ba /meta/recipes-graphics/glslang/glslang_11.1.0.bb
parentf36e16564ece8c23bbf77f167353ef5d5098a01e (diff)
downloadpoky-1fdc54910dc575688003d635af9ae4d27e12ee76.tar.gz
glslang: generate glslang pkg-config
- it will be useful for shaderc (From OE-Core rev: 49972f91d434303e4744a608b2e8c00fcbcc5397) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/glslang/glslang_11.1.0.bb')
-rw-r--r--meta/recipes-graphics/glslang/glslang_11.1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_11.1.0.bb b/meta/recipes-graphics/glslang/glslang_11.1.0.bb
index fe21dbcf50..9b7c098743 100644
--- a/meta/recipes-graphics/glslang/glslang_11.1.0.bb
+++ b/meta/recipes-graphics/glslang/glslang_11.1.0.bb
@@ -9,7 +9,8 @@ LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exc
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5ce49c0456e9b413b98a4368c378229" 9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5ce49c0456e9b413b98a4368c378229"
10 10
11SRCREV = "c594de23cdd790d64ad5f9c8b059baae0ee2941d" 11SRCREV = "c594de23cdd790d64ad5f9c8b059baae0ee2941d"
12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https" 12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https \
13 file://0001-generate-glslang-pkg-config.patch"
13UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" 14UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16