From: "Sven Püschel" <s.pueschel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: [ptxdist] [PATCH] xwayland: conditionally depend on libepoxy
Date: Wed, 29 May 2024 16:02:46 +0200 [thread overview]
Message-ID: <20240529140246.2852923-1-s.pueschel@pengutronix.de> (raw)
XWayland only needs libepoxy if the glamor option is enabled. Also added
wayland-protocols as an explicit dependency, as it was previously only
implicitly depended on through libepoxy.
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
rules/xwayland.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/xwayland.in b/rules/xwayland.in
index 9f23c6265..a662ec2ec 100644
--- a/rules/xwayland.in
+++ b/rules/xwayland.in
@@ -6,11 +6,11 @@ menuconfig XWAYLAND
select HOST_MESON
select LIBC_M
select LIBDRM
- select LIBEPOXY
select LIBXCVT
select NETTLE
select PIXMAN
select WAYLAND
+ select WAYLAND_PROTOCOLS
select XORGPROTO
select XORG_LIB_FONTENC
select XORG_LIB_XAU
@@ -19,6 +19,7 @@ menuconfig XWAYLAND
select XORG_LIB_XKBFILE
select XORG_LIB_XSHMFENCE
select XORG_LIB_XTRANS
+ select LIBEPOXY if XWAYLAND_GLAMOR
select MESALIB if XWAYLAND_GLAMOR
select MESALIB_GBM if XWAYLAND_GLAMOR
select MESALIB_GLX if XWAYLAND_EXT_GLX
--
2.39.2
next reply other threads:[~2024-05-29 14:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-29 14:02 Sven Püschel [this message]
2024-06-10 19:41 ` [ptxdist] [APPLIED] " Michael Olbrich
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=20240529140246.2852923-1-s.pueschel@pengutronix.de \
--to=s.pueschel@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