aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_glfw_src_src_egl__context.c
blob: a50f6a4f703c333a665da1128950995f7742ef1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/glfw/src/src/egl_context.c.orig	2022-02-07 13:39:41 UTC
+++ third_party/glfw/src/src/egl_context.c
@@ -712,7 +712,7 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
 #elif defined(_GLFW_WIN32)
 #elif defined(_GLFW_COCOA)
 #else
-            "libGL.so.1",
+            "libGL.so",
 #endif
             NULL
         };