Re: [OE-core] [PATCH] libglvnd: add new recipe libglvnd v1.5.0

2022-10-23 Thread Vincent Davis Jr
okay will do :) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172071): https://lists.openembedded.org/g/openembedded-core/message/172071 Mute This Topic: https://lists.openembedded.org/mt/94500417/21656 Group Owner: openembedded-core+ow...@lists.o

Re: [OE-core] [PATCH] libglvnd: add new recipe libglvnd v1.5.0

2022-10-23 Thread Alexander Kanavin
I believe the glvnd recipe should be going to meta-openembedded/meta-oe/recipes-graphics/, but any needed changes to mesa recipe should be done here, as long as glvnd support is off by default. Alex On Sun, 23 Oct 2022 at 19:05, Vincent Davis Jr wrote: > > Okay, yes this is an optional dependen

Re: [OE-core] [PATCH] libglvnd: add new recipe libglvnd v1.5.0

2022-10-23 Thread Vincent Davis Jr
Okay, yes this is an optional dependency of mesa. This recipe will allow for glvnd support in mesa. Thus, giving access to the GLX window-system API library and related libraries, mesa will build libGLX_mesa.so.*.* and libEGL_mesa.so.*.* when added. There may be applications that require direct

Re: [OE-core] [PATCH] libglvnd: add new recipe libglvnd v1.5.0

2022-10-22 Thread Alexander Kanavin
Any new recipe needs to be justified for inclusion in core. The criteria are: - is this something that fulfils a significant, broadly applicable embedded linux use case or developer workflow? - is this a dependency of something else in core that would enable the previous point? Alex On Sat, 22 O

[OE-core] [PATCH] libglvnd: add new recipe libglvnd v1.5.0

2022-10-22 Thread Vincent Davis Jr
Signed-off-by: Vincent Davis Jr --- .../libglvnd/libglvnd_1.5.0.bb| 30 +++ 1 file changed, 30 insertions(+) create mode 100644 meta/recipes-graphics/libglvnd/libglvnd_1.5.0.bb diff --git a/meta/recipes-graphics/libglvnd/libglvnd_1.5.0.bb b/meta/recipes-graphics