summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-07-12 19:40:59 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-07-12 19:40:59 +0000
commitb8528ea55e7b1f4114ab84e421c4e09b451520b6 (patch)
tree15089f05a3d1381a2e0ccedf88e4ff7ba3d12003
parente5c28321b2047418ba960c5f9c3aa86cf2514bbb (diff)
New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should search
(at runtime) for the DRI drivers. See bug 2372.
-rw-r--r--src/glx/x11/dri_glx.c2
1 files changed, 1 insertions, 1 deletions
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