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

2022-11-30 Thread Vincent Davis Jr
Nevermind see this was just merge in :) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#174013): https://lists.openembedded.org/g/openembedded-core/message/174013 Mute This Topic: https://lists.openembedded.org/mt/95264122/21656 Group Owner: openemb

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

2022-11-30 Thread Vincent Davis Jr
Hello, Is the consensuses that we still don't want PREFERRED_PROVIDER_virtual/libglx ?= "mesa" or ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)} -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#174012): https://lists.openembedde

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

2022-11-25 Thread Vincent Davis Jr
Allows mesa to be built with glvnd support. Thus, creates libEGL_mesa.so* and libGLX_mesa.so* mesa(vendor) 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-graph