Re: [OE-core] [PATCH v3] mesa: enable glvnd support

2022-11-23 Thread Vincent Davis Jr
Will have change for placing /usr/share/glvnd/egl_vendor.d/50_mesa.json into FILES:libegl-mesa next patch. To answer first question. I'd say yes, there may be multiple recipes that contain an implementation of libGLX_VENDOR library (libGLX_mesa.so, libGLX_nvidia.so, etc...). Although mesa recipe

Re: [OE-core] [PATCH v3] mesa: enable glvnd support

2022-11-23 Thread Ross Burton
> +PREFERRED_PROVIDER_virtual/libglx ?= "mesa" Is there a real need for another preferred provider here? > + if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)} && [ > -f ${D}${includedir}/EGL/eglplatform.h ]; then Might as well just do the test, and not bother looking at PACK

Re: [OE-core] [PATCH v3] mesa: enable glvnd support

2022-11-21 Thread Vincent Davis Jr
Hello, Is there any status on merging this? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173666): https://lists.openembedded.org/g/openembedded-core/message/173666 Mute This Topic: https://lists.openembedded.org/mt/94584118/21656 Group Owner: op

Re: [OE-core] [PATCH v3] mesa: enable glvnd support

2022-11-04 Thread Vincent Davis Jr
Hi, Are there any autobuilder updates on this? Know last patch I didn't realize I wasn't packaging the EGL .so in development package. FILES:libegl-mesa-dev = "${libdir}/libEGL*.so.*..." Patch updates to FILES:libegl-mesa-dev = "${libdir}/libEGL*.* ..." -=-=-=-=-=-=-=-=-=-=-=- Links: You rece

[OE-core] [PATCH v3] mesa: enable glvnd support

2022-10-26 Thread Vincent Davis Jr
Allows mesa to be built with glvnd support. Thus, creates libEGL_mesa.so* and libGLX_mesa.so* libraries meant to coexist with vendor neutral dispatch libraries from libglvnd. Signed-off-by: Vincent Davis Jr --- .../conf/distro/include/default-providers.inc | 1 + meta/recipes-graphics/mesa/mesa