From e2e8a690cd7d1e5eba574b810842296beb603d9c Mon Sep 17 00:00:00 2001 From: Tom Fogal Date: Thu, 8 Jun 2017 18:02:42 -0700 Subject: FindOpenGL: Add support for GLVND on Linux 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. --- Copyright.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Copyright.txt') diff --git a/Copyright.txt b/Copyright.txt index 978be0a2a9..3c92a815b7 100644 --- a/Copyright.txt +++ b/Copyright.txt @@ -76,6 +76,7 @@ The following individuals and institutions are among the Contributors: * Nicolas Bock * Nicolas Despres * Nikita Krupen'ko +* NVIDIA Corporation * OpenGamma Ltd. * Per Øyvind Karlsen * Peter Collingbourne -- cgit v1.2.1