All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-core][PATCH 1/4] xorg-lib-common: allow to build for wayland
@ 2022-05-31 19:06 Markus Volk
  2022-05-31 19:06 ` [oe-core][PATCH 2/4] libxcb: " Markus Volk
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Markus Volk @ 2022-05-31 19:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index 60bc8c76fa..30122f2bfa 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -23,4 +23,4 @@ UNKNOWN_CONFIGURE_OPT_IGNORE += "--enable-malloc0returnsnull --disable-malloc0re
                                 --without-xmlto --with-xmlto \
 "
 
-REQUIRED_DISTRO_FEATURES ?= "x11"
+ANY_OF_DISTRO_FEATURES ?= "x11 wayland"
-- 
2.25.1



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

end of thread, other threads:[~2022-06-06 10:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 19:06 [oe-core][PATCH 1/4] xorg-lib-common: allow to build for wayland Markus Volk
2022-05-31 19:06 ` [oe-core][PATCH 2/4] libxcb: " Markus Volk
2022-05-31 19:06 ` [oe-core][PATCH 3/4] xdg-utils: " Markus Volk
2022-05-31 19:06 ` [oe-core][PATCH 4/4] libsdl2: dont mix opengl and gles backends " Markus Volk
2022-05-31 20:54   ` richard.purdie
2022-05-31 21:06     ` Khem Raj
2022-05-31 21:13     ` Markus Volk
2022-06-01 15:00 ` [oe-core][PATCH 1/4] xorg-lib-common: allow to build " Luca Ceresoli
2022-06-01 15:10   ` Markus Volk
2022-06-03 20:17     ` Luca Ceresoli
2022-06-04  5:29       ` Markus Volk
2022-06-06 10:20 ` Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.