Skip to content

Commit

Permalink
Merge pull request #138 from nwnk/fix-libopengl-soname
Browse files Browse the repository at this point in the history
dispatch: Fix the libOpenGL soname
  • Loading branch information
ebassi authored Sep 11, 2017
2 parents 516b4fb + e5372a2 commit 254769a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
#define EGL_LIB "libEGL.so.1"
#define GLES1_LIB "libGLESv1_CM.so.1"
#define GLES2_LIB "libGLESv2.so.2"
#define OPENGL_LIB "libOpenGL.so.1"
#define OPENGL_LIB "libOpenGL.so.0"
#endif

#ifdef __GNUC__
Expand Down

0 comments on commit 254769a

Please sign in to comment.