EGL: Add support for loading glvnd libOpenGL

(cherry picked from commit 55aad3c37b)
This commit is contained in:
Camilla Löwy
2022-07-27 15:03:16 +02:00
parent 426c6ed6b1
commit ed55529ce8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -678,6 +678,7 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
#elif defined(__OpenBSD__) || defined(__NetBSD__)
"libGL.so",
#else
"libOpenGL.so.0",
"libGL.so.1",
#endif
NULL