summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-09-07 17:02:22 -0400
committerAdam Jackson <ajax@redhat.com>2017-09-07 17:02:22 -0400
commite5372a25baa9034b6223b32a0cab838c42779a39 (patch)
treee6d2cf41fee52a64343d8e19fbbbe0914a4d508f /src
parent516b4fb8d0bced1fdbb9faa633c25d958de146bc (diff)
downloadlibepoxy-e5372a25baa9034b6223b32a0cab838c42779a39.tar.gz
dispatch: Fix the libOpenGL soname
Brown-paper-bag-for: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/dispatch_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch_common.c b/src/dispatch_common.c
index 87bd98a..7ec91b6 100644
--- a/src/dispatch_common.c
+++ b/src/dispatch_common.c
@@ -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__