summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb b/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb
index bf3070701f..57201b79b0 100644
--- a/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb
+++ b/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb
@@ -6,7 +6,7 @@ SECTION = "graphics"
6 6
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8SRCREV = "f09ba2777714871bddb70d049878af34b94fa54d" 8SRCREV = "f09ba2777714871bddb70d049878af34b94fa54d"
9SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=master;protocol=https" 9SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=main;protocol=https"
10inherit cmake pkgconfig 10inherit cmake pkgconfig
11 11
12EXTRA_OECMAKE = "-DSPIRV_CROSS_SHARED=ON" 12EXTRA_OECMAKE = "-DSPIRV_CROSS_SHARED=ON"