From: Fabian Pflug <f.pflug@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Fabian Pflug <f.pflug@pengutronix.de>
Subject: [ptxdist] [PATCH 1/2] weston: add mesalib dependency
Date: Wed, 24 Jun 2026 15:03:45 +0200 [thread overview]
Message-ID: <20260624130430.483680-1-f.pflug@pengutronix.de> (raw)
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
next reply other threads:[~2026-06-24 13:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-24 13:03 Fabian Pflug [this message]
2026-06-24 13:03 ` [ptxdist] [PATCH 2/2] mesalib: compile imagination driver Fabian Pflug
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260624130430.483680-1-f.pflug@pengutronix.de \
--to=f.pflug@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox