mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] xwayland: fix glx dependency
@ 2022-12-01  9:09 Philipp Zabel
  2022-12-05 12:53 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2022-12-01  9:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Building with the GLX extension requires the 'gl' pkg-config dependency
provided by mesalib with GLX support enabled (or by glvnd, which is not
packaged in PTXdist).

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/xwayland.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/xwayland.in b/rules/xwayland.in
index d756b4ab1c5c..c519c52da6c4 100644
--- a/rules/xwayland.in
+++ b/rules/xwayland.in
@@ -21,6 +21,7 @@ menuconfig XWAYLAND
 	select XORG_LIB_XTRANS
 	select MESALIB			if XWAYLAND_GLAMOR
 	select MESALIB_GBM		if XWAYLAND_GLAMOR
+	select MESALIB_GLX		if XWAYLAND_EXT_GLX
 	select XORG_LIB_XV		if XWAYLAND_EXT_XV
 	select XORG_LIB_XRES		if XWAYLAND_EXT_XRES
 	select XORG_APP_XKBCOMP		if RUNTIME
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] xwayland: fix glx dependency
  2022-12-01  9:09 [ptxdist] [PATCH] xwayland: fix glx dependency Philipp Zabel
@ 2022-12-05 12:53 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-12-05 12:53 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 9e6fa9e6d4a6f2325ebf362efedb6a98061b91a4.

Michael

[sent from post-receive hook]

On Mon, 05 Dec 2022 13:53:51 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Building with the GLX extension requires the 'gl' pkg-config dependency
> provided by mesalib with GLX support enabled (or by glvnd, which is not
> packaged in PTXdist).
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221201090941.3451562-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/xwayland.in b/rules/xwayland.in
> index d756b4ab1c5c..c519c52da6c4 100644
> --- a/rules/xwayland.in
> +++ b/rules/xwayland.in
> @@ -21,6 +21,7 @@ menuconfig XWAYLAND
>  	select XORG_LIB_XTRANS
>  	select MESALIB			if XWAYLAND_GLAMOR
>  	select MESALIB_GBM		if XWAYLAND_GLAMOR
> +	select MESALIB_GLX		if XWAYLAND_EXT_GLX
>  	select XORG_LIB_XV		if XWAYLAND_EXT_XV
>  	select XORG_LIB_XRES		if XWAYLAND_EXT_XRES
>  	select XORG_APP_XKBCOMP		if RUNTIME



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-05 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01  9:09 [ptxdist] [PATCH] xwayland: fix glx dependency Philipp Zabel
2022-12-05 12:53 ` [ptxdist] [APPLIED] " Michael Olbrich

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