libglvnd/src
Kyle Brenneman 0dfaea2bcb Add pkg-config files for EGL, GL, GLES, and GLX.
This preserves the names from Mesa's gl, glesv1_cm, glesv2, and egl pkgconfig
data, and for compatibility with that, gl.pc gives you libGL.

Also added glx.pc and opengl.pc for libglvnd's libGLX and libOpenGL libraries.
If newer applications want to explicitly depend on libGLX and the appropriate
rendering API they can ask for the new pkgconfig names.

Note that the version numbers in each file are the API versions that each
library exposes, not the libglvnd package version.
2019-09-03 09:22:52 -06:00
..
EGL Add pkg-config files for EGL, GL, GLES, and GLX. 2019-09-03 09:22:52 -06:00
generate
GL Add pkg-config files for EGL, GL, GLES, and GLX. 2019-09-03 09:22:52 -06:00
GLdispatch
GLESv1 Add pkg-config files for EGL, GL, GLES, and GLX. 2019-09-03 09:22:52 -06:00
GLESv2 Add pkg-config files for EGL, GL, GLES, and GLX. 2019-09-03 09:22:52 -06:00
GLX Add pkg-config files for EGL, GL, GLES, and GLX. 2019-09-03 09:22:52 -06:00
OpenGL Add pkg-config files for EGL, GL, GLES, and GLX. 2019-09-03 09:22:52 -06:00
util Use glvnd_vasprintf instead of vasprintf in trace.c. 2019-04-26 11:02:30 -06:00
Makefile.am