From: Brian Paul Date: Wed, 12 Jul 2006 19:40:59 +0000 (+0000) Subject: New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should search X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8528ea55e7b1f4114ab84e421c4e09b451520b6;p=mesa.git New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should search (at runtime) for the DRI drivers. See bug 2372. --- diff --git a/src/glx/x11/dri_glx.c b/src/glx/x11/dri_glx.c index 516ca508c5d..508dceb84d8 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