* [ptxdist] [PATCH 1/2] weston: add mesalib dependency
@ 2026-06-24 13:03 Fabian Pflug
2026-06-24 13:03 ` [ptxdist] [PATCH 2/2] mesalib: compile imagination driver Fabian Pflug
2026-07-01 7:39 ` [ptxdist] [APPLIED] weston: add mesalib dependency Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Fabian Pflug @ 2026-06-24 13:03 UTC (permalink / raw)
To: ptxdist; +Cc: Fabian Pflug
Vulkan depends on the GBM lib to be present to function. Add it as a
dependency, so that compiling find the library.
Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
---
rules/weston.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/weston.in b/rules/weston.in
index 972db8f2b..200877b2d 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -18,8 +18,8 @@ menuconfig WESTON
select UDEV
select UDEV_LIBUDEV
select SEATD
- select MESALIB if WESTON_GL
- select MESALIB_GBM if WESTON_GL
+ select MESALIB if WESTON_GL || WESTON_VULKAN
+ select MESALIB_GBM if WESTON_GL || WESTON_VULKAN
select MESALIB_EGL if WESTON_GL
select MESALIB_EGL_WAYLAND if WESTON_GL
select MESALIB_GLES2 if WESTON_GL
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 2/2] mesalib: compile imagination driver
2026-06-24 13:03 [ptxdist] [PATCH 1/2] weston: add mesalib dependency Fabian Pflug
@ 2026-06-24 13:03 ` Fabian Pflug
2026-07-01 7:39 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-07-01 7:39 ` [ptxdist] [APPLIED] weston: add mesalib dependency Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Fabian Pflug @ 2026-06-24 13:03 UTC (permalink / raw)
To: ptxdist; +Cc: Fabian Pflug
Fix error in imagination vulkan driver support, as it is not conditional
with x86, but can also be used in other architectures.
Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
---
rules/mesalib.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/mesalib.make b/rules/mesalib.make
index 0ecbb29ec..57df24d8e 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -143,8 +143,8 @@ ifdef PTXCONF_ARCH_X86
MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_AMD) += amd
MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_INTEL) += intel
MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_INTEL_HASVK) += intel_hasvk
-MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_IMAGINATION) += imagination
endif
+MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_IMAGINATION) += imagination
ifdef PTXCONF_ARCH_ARM_NEON
MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_BROADCOM) += broadcom
endif
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] weston: add mesalib dependency
2026-06-24 13:03 [ptxdist] [PATCH 1/2] weston: add mesalib dependency Fabian Pflug
2026-06-24 13:03 ` [ptxdist] [PATCH 2/2] mesalib: compile imagination driver Fabian Pflug
@ 2026-07-01 7:39 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2026-07-01 7:39 UTC (permalink / raw)
To: ptxdist; +Cc: Fabian Pflug
Thanks, applied as 1e48f86c16d7586287ecfdf87b6650412c5649d6.
Michael
[sent from post-receive hook]
On Wed, 01 Jul 2026 09:39:16 +0200, Fabian Pflug <f.pflug@pengutronix.de> wrote:
> Vulkan depends on the GBM lib to be present to function. Add it as a
> dependency, so that compiling find the library.
>
> Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
> Message-Id: <20260624130430.483680-1-f.pflug@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/weston.in b/rules/weston.in
> index 972db8f2b9df..200877b2dbc5 100644
> --- a/rules/weston.in
> +++ b/rules/weston.in
> @@ -18,8 +18,8 @@ menuconfig WESTON
> select UDEV
> select UDEV_LIBUDEV
> select SEATD
> - select MESALIB if WESTON_GL
> - select MESALIB_GBM if WESTON_GL
> + select MESALIB if WESTON_GL || WESTON_VULKAN
> + select MESALIB_GBM if WESTON_GL || WESTON_VULKAN
> select MESALIB_EGL if WESTON_GL
> select MESALIB_EGL_WAYLAND if WESTON_GL
> select MESALIB_GLES2 if WESTON_GL
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] mesalib: compile imagination driver
2026-06-24 13:03 ` [ptxdist] [PATCH 2/2] mesalib: compile imagination driver Fabian Pflug
@ 2026-07-01 7:39 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2026-07-01 7:39 UTC (permalink / raw)
To: ptxdist; +Cc: Fabian Pflug
Thanks, applied as 02a13019f554e8e64b14aa99619e36dce5ffe5e9.
Michael
[sent from post-receive hook]
On Wed, 01 Jul 2026 09:39:18 +0200, Fabian Pflug <f.pflug@pengutronix.de> wrote:
> Fix error in imagination vulkan driver support, as it is not conditional
> with x86, but can also be used in other architectures.
>
> Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
> Message-Id: <20260624130430.483680-2-f.pflug@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/mesalib.make b/rules/mesalib.make
> index 7eddb97ce343..6a96235a5b1d 100644
> --- a/rules/mesalib.make
> +++ b/rules/mesalib.make
> @@ -143,8 +143,8 @@ ifdef PTXCONF_ARCH_X86
> MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_AMD) += amd
> MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_INTEL) += intel
> MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_INTEL_HASVK) += intel_hasvk
> -MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_IMAGINATION) += imagination
> endif
> +MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_IMAGINATION) += imagination
> ifdef PTXCONF_ARCH_ARM_NEON
> MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_BROADCOM) += broadcom
> endif
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-01 7:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 13:03 [ptxdist] [PATCH 1/2] weston: add mesalib dependency Fabian Pflug
2026-06-24 13:03 ` [ptxdist] [PATCH 2/2] mesalib: compile imagination driver Fabian Pflug
2026-07-01 7:39 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-07-01 7:39 ` [ptxdist] [APPLIED] weston: add mesalib dependency Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox