From: Adrian Bunk <bunk@stusta.de>
To: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements
Date: Tue, 25 Feb 2020 13:19:55 +0200 [thread overview]
Message-ID: <20200225111955.GA13902@localhost> (raw)
In-Reply-To: <CANNYZj91N68ocXm=UKzcH6U7nEnVLuQzDStR3O0_cO3GsY9uag@mail.gmail.com>
On Mon, Feb 24, 2020 at 10:45:33PM +0100, Alexander Kanavin wrote:
> On Mon, 24 Feb 2020 at 15:08, Adrian Bunk <bunk@stusta.de> wrote:
>
> > Alexander, wayland support in webkitgtk requires mesa built with x11
> > support (otherwise gl.pc is not available).
>
> I had a look; I'm not sure I understood the options correctly, but the
> issue is due to this:
>
> ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'webgl
> opengl', '' ,d)} \
>
> The above works if both opengl and x11 are enabled as DISTRO_FEATURES, but
> if x11 is not enabled, then it should be "webgl gles2". Can you try that?
Thanks, that did the trick.
Expressing everything might still be problematic, is there a way to set
REQUIRED_DISTRO_FEATURES to
x11 || (wayland && opengl)
?
Using webkitgtk with x11 without opengl might not be common,
but it is explicitly supported upstream.
> Alex
cu
Adrian
next prev parent reply other threads:[~2020-02-25 11:19 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-23 18:29 [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 2/6] webkitgtk: Remove unused DEPENDS on pulseaudio Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 3/6] webkitgtk: Remove obsolete gtk2 packageconfig Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 4/6] webkitgtk: Remove the unused DEPENDS on libidn Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 5/6] systemd: Add a PACKAGECONFIG for libidn2 Adrian Bunk
2020-02-23 18:29 ` [PATCH v2 6/6] libidn: Move to meta-oe Adrian Bunk
2020-02-24 9:17 ` [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements Richard Purdie
2020-02-24 10:46 ` Adrian Bunk
2020-02-24 14:08 ` Adrian Bunk
2020-02-24 14:12 ` Alexander Kanavin
2020-02-24 21:45 ` Alexander Kanavin
2020-02-25 11:19 ` Adrian Bunk [this message]
2020-02-25 11:32 ` Alexander Kanavin
2020-02-25 12:38 ` Adrian Bunk
2020-02-25 12:46 ` Martin Jansa
2020-02-26 11:50 ` Adrian Bunk
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=20200225111955.GA13902@localhost \
--to=bunk@stusta.de \
--cc=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/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 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.