On Wed, Dec 20, 2023 at 10:31 AM Chris Laplante via
lists.openembedded.org
<[email protected]> wrote:
>
> Hi all,
>
>
>
> Just want to check my understanding on something. It seems to me that the 
> Weston having:
>
>
>
> REQUIRED_DISTRO_FEATURES = "wayland opengl 
> ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', 
> d)}"
>
>
>
> …is overly restrictive because ‘opengl’ implies desktop OpenGL, whereas 
> Weston is perfectly capable of running on gles2. At the very least, some 
> other recipes in the system seem to conflate ‘opengl’ with desktop OpenGL.
>
>
>
> For example, meta-oe/recipes-benchmark/glmark2/glmark2_git.bb.
>
>
>
> Is my understanding correct? Am I missing something?

opengl in OE context is usually not the same as desktop GL, it means
the distro needs OpenGL supported from the platform.
It is then accentuated by other things like egl glesv2, glx etc. I
think we could make it a bit better but this is something
that sits in the middle of distro and machine features.

>
>
>
> Thanks,
>
> Chris
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#192810): 
https://lists.openembedded.org/g/openembedded-core/message/192810
Mute This Topic: https://lists.openembedded.org/mt/103286278/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to