Thanks, applied as 0ad8fb8d79c089142fc5a0c24dc73e797fbad9b2.

Michael

[sent from post-receive hook]

On Tue, 06 Jun 2023 09:00:21 +0200, Philipp Zabel <p.za...@pengutronix.de> 
wrote:
> Signed-off-by: Philipp Zabel <p.za...@pengutronix.de>
> Message-Id: <20230602135903.694427-1-p.za...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/glslang.make b/rules/glslang.make
> index f79d60f7d458..ac78dbe8db65 100644
> --- a/rules/glslang.make
> +++ b/rules/glslang.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
>  #
>  # Paths and names
>  #
> -GLSLANG_VERSION              := 1.3.246.1
> -GLSLANG_MD5          := b55b5074e5d3e587b564d9159a1551a1
> +GLSLANG_VERSION              := 1.3.250.0
> +GLSLANG_MD5          := e95504d25ed260c439f8031cc1d498e0
>  GLSLANG                      := glslang-$(GLSLANG_VERSION)
>  GLSLANG_SUFFIX               := tar.gz
>  GLSLANG_URL          := 
> https://github.com/KhronosGroup/glslang/archive/sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)
> @@ -43,8 +43,7 @@ GLSLANG_CONF_OPT    := \
>       -DENABLE_PCH=ON \
>       -DENABLE_RTTI=OFF \
>       -DENABLE_SPVREMAPPER=ON \
> -     -DSKIP_GLSLANG_INSTALL=OFF \
> -     -DUSE_CCACHE=OFF
> +     -DSKIP_GLSLANG_INSTALL=OFF
>  
>  # 
> ----------------------------------------------------------------------------
>  # Target-Install
> diff --git a/rules/host-glslang.make b/rules/host-glslang.make
> index dcdaa0ee27ab..22a8a26b7701 100644
> --- a/rules/host-glslang.make
> +++ b/rules/host-glslang.make
> @@ -30,7 +30,6 @@ HOST_GLSLANG_CONF_OPT       := \
>       -DENABLE_PCH=ON \
>       -DENABLE_RTTI=OFF \
>       -DENABLE_SPVREMAPPER=ON \
> -     -DSKIP_GLSLANG_INSTALL=OFF \
> -     -DUSE_CCACHE=OFF
> +     -DSKIP_GLSLANG_INSTALL=OFF
>  
>  # vim: syntax=make

Reply via email to