mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] mesalib: intel and amd vulkan drivers require host-glslang
@ 2023-04-17  9:18 Philipp Zabel
  2023-05-02  7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-04-17  9:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Add a host-glslang dependency to make glslangValidator available to the
AMD and Intel Vulkan driver builds.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/mesalib.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/mesalib.in b/rules/mesalib.in
index 7372c2fa0c05..cf9619c85241 100644
--- a/rules/mesalib.in
+++ b/rules/mesalib.in
@@ -8,6 +8,8 @@ menuconfig MESALIB
 	select HOST_MAKEDEPEND
 	select HOST_SYSTEM_PYTHON3
 	select HOST_SYSTEM_PYTHON3_MAKO
+	select HOST_GLSLANG		if MESALIB_VULKAN_AMD
+	select HOST_GLSLANG		if MESALIB_VULKAN_INTEL
 	select HOST_GLSLANG		if MESALIB_VULKAN_OVERLAY
 	select GCCLIBS
 	select GCCLIBS_CXX
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] mesalib: intel and amd vulkan drivers require host-glslang
  2023-04-17  9:18 [ptxdist] [PATCH] mesalib: intel and amd vulkan drivers require host-glslang Philipp Zabel
@ 2023-05-02  7:05 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-05-02  7:05 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as fc4a2c8a333f2f042bbeee16e14dac47a0922a97.

Michael

[sent from post-receive hook]

On Tue, 02 May 2023 09:05:51 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Add a host-glslang dependency to make glslangValidator available to the
> AMD and Intel Vulkan driver builds.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230417091852.532532-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/mesalib.in b/rules/mesalib.in
> index 7372c2fa0c05..cf9619c85241 100644
> --- a/rules/mesalib.in
> +++ b/rules/mesalib.in
> @@ -8,6 +8,8 @@ menuconfig MESALIB
>  	select HOST_MAKEDEPEND
>  	select HOST_SYSTEM_PYTHON3
>  	select HOST_SYSTEM_PYTHON3_MAKO
> +	select HOST_GLSLANG		if MESALIB_VULKAN_AMD
> +	select HOST_GLSLANG		if MESALIB_VULKAN_INTEL
>  	select HOST_GLSLANG		if MESALIB_VULKAN_OVERLAY
>  	select GCCLIBS
>  	select GCCLIBS_CXX



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-02  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17  9:18 [ptxdist] [PATCH] mesalib: intel and amd vulkan drivers require host-glslang Philipp Zabel
2023-05-02  7:05 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox