[OE-core] [PATCH 02/13] webkitgtk: x11 and wayland are not mutually exclusive

Adrian Bunk bunk at stusta.de
Sun Feb 23 13:02:06 UTC 2020


On Wed, Feb 19, 2020 at 08:47:41PM +0100, Alexander Kanavin wrote:
> Also enabling wayland if x11 is not enabled is not necessarily
> the correct decision.
>...
> -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'wayland' ,d)} \
> +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \
>                     ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'webgl opengl', '' ,d)} \
>...

Not a new issue, but I guess something should change regarding the
  REQUIRED_DISTRO_FEATURES = "x11 opengl"

cu
Adrian


More information about the Openembedded-core mailing list