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
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
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
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
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