New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should search
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Jul 2006 19:40:59 +0000 (19:40 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Jul 2006 19:40:59 +0000 (19:40 +0000)
(at runtime) for the DRI drivers.
See bug 2372.

src/glx/x11/dri_glx.c

index 516ca50..508dceb 100644 (file)
@@ -57,7 +57,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 #ifndef DEFAULT_DRIVER_DIR
-/* this is normally defined in the Imakefile */
+/* this is normally defined in Mesa/configs/default with DRI_DRIVER_SEARCH_PATH */
 #define DEFAULT_DRIVER_DIR "/usr/X11R6/lib/modules/dri"
 #endif