From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200616073457.26089-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Sat, 20 Jun 2020 00:04:01 +0200 Subject: Re: [ptxdist] [APPLIED] 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 Cc: Philipp Zabel Thanks, applied as daa4396019550dbe2fcbd8b3b8d7834cc3b106d9. Michael [sent from post-receive hook] On Sat, 20 Jun 2020 00:04:01 +0200, Philipp Zabel wrote: > Fixes: e7970340dd07 ("glslang: version bump 2020-01-05-g4fc7a33910fb -> 2020-03-31-ge157435c1e77") > Signed-off-by: Philipp Zabel > Message-Id: <20200616073457.26089-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de