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