Description of problem: Recently, mesa stopped building and shipping the `libGLES*.so` library files (https://gitlab.freedesktop.org/mesa/mesa/commit/b01524fff05eef66e8cd24f1c5aacefed4209f03). As a side effect, the pkg-config files for (at least) `glesv2` are not shipped with the mesa packages; as a result, build systems that relies on them fail to detect the presence of the libglvnd versions of said libraries. Version-Release number of selected component (if applicable): 1.1.0-4.gitf92208b How reproducible: Try to build any package that depends on `pkgconfig(glesv2)` in rawhide (the wlroots package is one such package). Actual results: nothing provides pkgconfig(glesv2) needed by … Expected results: Dependencies are satisfied.
See bug#1707777 for preliminary discussion leading to this report.
libglvnd doesn't provide gles2.pc nor any *gl* headers at this time. There is a miss-understanding, please revert the deliberate breakage in mesa.
Fixed with libglvnd-1.2.0 in rawhide(f32+)