On 31 May 2022, at 20:06, Markus Volk via lists.openembedded.org <[email protected]> wrote: > > Signed-off-by: Markus Volk <[email protected]> > --- > 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"
If you’re doing this you might as well just remove the feature check, as the entire point of this was that it should be *impossible* to build the X11 stack on distros which have disabled X11. Obviously, eg libxrandr isn’t going to actually work on a pure Wayland system, as there isn’t going to be an X server. So, the question is what is the actual problem you’re trying to solve here, as this isn’t the solution. Ross IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#166589): https://lists.openembedded.org/g/openembedded-core/message/166589 Mute This Topic: https://lists.openembedded.org/mt/91458797/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
