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 1jl67Y-0003yp-VC for ptxdist@pengutronix.de; Tue, 16 Jun 2020 09:35:00 +0200 From: Philipp Zabel Date: Tue, 16 Jun 2020 09:34:52 +0200 Message-Id: <20200616073457.26089-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 1/6] host-glslang: fix CMake configuration options 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 Fixes: e7970340dd07 ("glslang: version bump 2020-01-05-g4fc7a33910fb -> 2020-03-31-ge157435c1e77") Signed-off-by: Philipp Zabel --- rules/host-glslang.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/host-glslang.make b/rules/host-glslang.make index 08a0e7590604..2aaf3909a4e8 100644 --- a/rules/host-glslang.make +++ b/rules/host-glslang.make @@ -25,8 +25,9 @@ HOST_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