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

2022-10-26 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 24/10/2022 10:08:23-0500, Vincent Davis Jr wrote: > 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. > This causes failures on the autobuilders: https://

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

2022-10-24 Thread Alexander Kanavin
Thanks, looks good. Alex On Mon, 24 Oct 2022 at 17:08, Vincent Davis Jr wrote: > > 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

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

2022-10-24 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