diff options
author | Adam Jackson <ajax@redhat.com> | 2017-09-07 17:02:22 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-09-07 17:02:22 -0400 |
commit | e5372a25baa9034b6223b32a0cab838c42779a39 (patch) | |
tree | e6d2cf41fee52a64343d8e19fbbbe0914a4d508f | |
parent | 516b4fb8d0bced1fdbb9faa633c25d958de146bc (diff) | |
download | libepoxy-e5372a25baa9034b6223b32a0cab838c42779a39.tar.gz |
dispatch: Fix the libOpenGL soname
Brown-paper-bag-for: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | src/dispatch_common.c | 2 |
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__ |