summaryrefslogtreecommitdiff
path: root/dist/Mesa/src/glx/dri_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Mesa/src/glx/dri_common.c')
-rw-r--r--dist/Mesa/src/glx/dri_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Mesa/src/glx/dri_common.c b/dist/Mesa/src/glx/dri_common.c
index d6ce681d7..d26bdfff4 100644
--- a/dist/Mesa/src/glx/dri_common.c
+++ b/dist/Mesa/src/glx/dri_common.c
@@ -106,7 +106,7 @@ driOpenDriver(const char *driverName)
int len;
/* Attempt to make sure libGL symbols will be visible to the driver */
- glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
+ glhandle = dlopen("libGL.so", RTLD_NOW | RTLD_GLOBAL);
libPaths = NULL;
if (geteuid() == getuid()) {