summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/FindOpenGL-glvnd.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.10 release notesBrad King2017-10-051-4/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.10.rst`.
* FindOpenGL: Add support for GLVND on LinuxTom Fogal2017-09-251-0/+4
Find GLVND components if available. Add `GLX` and `EGL` options for COMPONENTS that allow requesting these libraries explicitly. Introduce new import targets for these windowing-system-specific libraries. On a GLVND system, populate the legacy `OPENGL_LIBRARIES` variable and the `OpenGL::GL` target using the `OpenGL` and `GLX` components. On non-GLVND systems, continue to use the legacy `GL` library and simply do not provide the GLVND components. Application code can choose to adapt based on the availability of GLVND components as imported targets.