Magellan Linux

Annotation of /trunk/mesa/patches/mesa-6.5-change-default-dri-driver-dir-xorg71.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 399 byte(s)
-import

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