Signed-off-by: Philipp Zabel <[email protected]>
---
 rules/glslang.make      | 5 +++--
 rules/host-glslang.make | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/rules/glslang.make b/rules/glslang.make
index 329ca244ba69..81dc9cf7fb9f 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
 #
 # Paths and names
 #
-GLSLANG_VERSION                := 1.3.290.0
-GLSLANG_MD5            := 61b54f18495b27176a70683ffb2b7003
+GLSLANG_VERSION                := 1.3.296.0
+GLSLANG_MD5            := e73e7cd1e7eb1f582fa97c2e62bc7eb5
 GLSLANG                        := glslang-$(GLSLANG_VERSION)
 GLSLANG_SUFFIX         := tar.gz
 GLSLANG_URL            := 
https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)
@@ -43,6 +43,7 @@ GLSLANG_CONF_OPT      := \
        -DENABLE_OPT=ON \
        -DENABLE_PCH=ON \
        -DENABLE_RTTI=OFF \
+       -DENABLE_SPIRV=ON \
        -DENABLE_SPVREMAPPER=ON \
        -DGLSLANG_ENABLE_INSTALL=ON \
        -DGLSLANG_TESTS=OFF
diff --git a/rules/host-glslang.make b/rules/host-glslang.make
index 1a63f76ce5e4..e821950b4edc 100644
--- a/rules/host-glslang.make
+++ b/rules/host-glslang.make
@@ -30,7 +30,9 @@ HOST_GLSLANG_CONF_OPT := \
        -DENABLE_OPT=ON \
        -DENABLE_PCH=ON \
        -DENABLE_RTTI=OFF \
+       -DENABLE_SPIRV=ON \
        -DENABLE_SPVREMAPPER=ON \
+       -DGLSLANG_ENABLE_INSTALL=ON \
        -DGLSLANG_TESTS=OFF
 
 # vim: syntax=make
-- 
2.39.5


Reply via email to