Skip to content

Revert "egl: put full path to libEGL_mesa.so in GLVND json"

Eric Engestrom requested to merge eric/mesa:revert-glvnd-json into master

This reverts commit 0021f7dc.

That commit had 2 issues:

  • I missed the .0 from the filename, causing issues on Debian & Ubuntu platforms.
  • I didn't think about multilib/multi-arch systems, where we'd now need a separate json for each arch as they point to different libs.

Reverting this commit for now, I'll try again later.

Requested-by: @daenzer

Merge request reports