From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1jg77Z-0001Iw-Uf for ptxdist@pengutronix.de; Tue, 02 Jun 2020 15:38:25 +0200 From: Philipp Zabel Date: Tue, 2 Jun 2020 15:38:18 +0200 Message-Id: <20200602133820.29555-2-p.zabel@pengutronix.de> In-Reply-To: <20200602133820.29555-1-p.zabel@pengutronix.de> References: <20200602133820.29555-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 2/4] glslang: version bump 2020-01-05-g4fc7a33910fb -> 2020-03-31-ge157435c1e77 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Marked as known-good in vulkan-validationlayers 1.2.135.0. Signed-off-by: Philipp Zabel --- rules/glslang.make | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/glslang.make b/rules/glslang.make index 5d27fcb1c10e..87fed0351e65 100644 --- a/rules/glslang.make +++ b/rules/glslang.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang # # Paths and names # -GLSLANG_VERSION := 2020-01-05-g4fc7a33910fb -GLSLANG_MD5 := 1a2f2327ba83c393525a6d20844a6169 +GLSLANG_VERSION := 2020-03-31-ge157435c1e77 +GLSLANG_MD5 := f431ea15ab87e4a7ca0fa864a724b83c GLSLANG := glslang-$(GLSLANG_VERSION) GLSLANG_SUFFIX := tar.gz GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/$(GLSLANG_VERSION).$(GLSLANG_SUFFIX) @@ -38,8 +38,9 @@ GLSLANG_CONF_OPT := \ -DSKIP_GLSLANG_INSTALL=OFF \ -DENABLE_SPVREMAPPER=ON \ -DENABLE_GLSLANG_BINARIES=ON \ - -DENABLE_GLSLANG_WEB=OFF \ - -DENABLE_GLSLANG_WEB_DEVEL=OFF \ + -DENABLE_GLSLANG_JS=OFF \ + -DENABLE_HLSL=OFF \ + -DENABLE_RTTI=OFF \ -DENABLE_OPT=ON \ -DENABLE_PCH=ON \ -DENABLE_CTEST=OFF -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de