From b8528ea55e7b1f4114ab84e421c4e09b451520b6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 12 Jul 2006 19:40:59 +0000 Subject: New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should search (at runtime) for the DRI drivers. See bug 2372. --- src/glx/x11/dri_glx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/x11/dri_glx.c b/src/glx/x11/dri_glx.c index 516ca508c5..508dceb84d 100644 --- a/src/glx/x11/dri_glx.c +++ b/src/glx/x11/dri_glx.c @@ -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 -- cgit v1.2.3