mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [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
  0 siblings, 1 reply; 2+ 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] 2+ 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
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2026-06-24 13:05 UTC | newest]

Thread overview: 2+ 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

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