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

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