Right, I think this line can be simply dropped. Care to make a patch?

Alex

On Sun, 23 Feb 2020 at 14:02, Adrian Bunk <[email protected]> wrote:

> 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
>
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to