[OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

Alexander Kanavin alex.kanavin at gmail.com
Mon Feb 24 21:45:33 UTC 2020


On Mon, 24 Feb 2020 at 15:08, Adrian Bunk <bunk at 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?

Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20200224/6b9d80ab/attachment.html>


More information about the Openembedded-core mailing list