blob: 36151d62b0ed01103bce897fcc04f78277f76c44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Mesa-6.3.1.1.orig/src/glx/x11/dri_glx.c 2005-07-27 17:29:51.000000000 -0700
+++ Mesa-6.3.1.1/src/glx/x11/dri_glx.c 2005-08-14 11:09:54.000000000 -0700
@@ -58,7 +58,7 @@
#ifndef DEFAULT_DRIVER_DIR
/* this is normally defined in the Imakefile */
-#define DEFAULT_DRIVER_DIR "/usr/X11R6/lib/modules/dri"
+#define DEFAULT_DRIVER_DIR "/usr/lib/xorg/modules/dri"
#endif
static __DRIdriver *Drivers = NULL;
|