New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should search

(at runtime) for the DRI drivers.
See bug 2372.
This commit is contained in:
Brian Paul 2006-07-12 19:40:59 +00:00
parent e5c28321b2
commit b8528ea55e
1 changed files with 1 additions and 1 deletions

View 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