summaryrefslogtreecommitdiff
path: root/src/egl
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 12:26:20 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 12:28:07 -0600
commit6420a62cf0f5812708a4c649691ba62c573eaced (patch)
tree2d92b6b464bd00eab474b25ca344a0ce57803fc3 /src/egl
parent50d59c8be1e409f0f96ba5c59d74eb5ff8c35b6a (diff)
egl: s/softpipe_egl.so/egl_softpipe.so/
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/main/eglx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglx.c b/src/egl/main/eglx.c
index 63ad5a7074..1bba149f70 100644
--- a/src/egl/main/eglx.c
+++ b/src/egl/main/eglx.c
@@ -45,7 +45,7 @@
static const char *DefaultDRIDriver = "egl_xdri";
-static const char *DefaultSoftDriver = "softpipe_egl";
+static const char *DefaultSoftDriver = "egl_softpipe";
/**