Skip to content

gl: drop incorrect pkg-config file for glvnd

Eric Engestrom requested to merge eric/mesa:glvnd-gl.pc into master

Akin to 1a25980c ("egl: drop incorrect pkg-config file for glvnd") and b01524ff ("meson: don't build libGLES*.so with GLVND") , removes a pkg-config file that shouldn't have been there in the first place, but was needed because of that GLVND bug.

Now that the glvnd bug has been fixed, it was apparent that this gl.pc pkg-config file was forgotten to be removed, so let's do just that :)

Suggested-by: @mattst88

Merge request reports