Skip to content

Commit

Permalink
Set ALT_OGL to libOpenGL.so.0 instead of libOpenGL.so.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lanodan authored and sezero committed Mar 15, 2021
1 parent 5f7eb88 commit 9996cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_egl.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
/* Desktop Linux/Unix-like */
#define DEFAULT_OGL "libGL.so.1"
#define DEFAULT_EGL "libEGL.so.1"
#define ALT_OGL "libOpenGL.so.1"
#define ALT_OGL "libOpenGL.so.0"
#define DEFAULT_OGL_ES2 "libGLESv2.so.2"
#define DEFAULT_OGL_ES_PVR "libGLES_CM.so.1"
#define DEFAULT_OGL_ES "libGLESv1_CM.so.1"
Expand Down

0 comments on commit 9996cec

Please sign in to comment.