summaryrefslogtreecommitdiff
path: root/docs/autoconf.html
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-05-06 06:21:41 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-05-09 07:06:52 -0700
commit5dbbde5b222204fa8dfc086b88a8105516f7d727 (patch)
tree9dbddd860223643bf436950f9a74a4409c257d44 /docs/autoconf.html
parentd368eed9c78aa3ced8540c66bdc4c5e1d4a067b4 (diff)
Default DRI driver directory to match X.Org xserver
Since the only valid consumer of the DRI drivers is the X.Org xserver, this changes the default DRI driver directory to match xorg-server: ${libdir}/dri. The old default of /usr/X11R6/modules/dri was wrong for nearly all current systems.
Diffstat (limited to 'docs/autoconf.html')
-rw-r--r--docs/autoconf.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/autoconf.html b/docs/autoconf.html
index d0f91558b7..837c92f4e2 100644
--- a/docs/autoconf.html
+++ b/docs/autoconf.html
@@ -178,8 +178,7 @@ drivers.
<ul>
<li><code>--with-dri-driverdir=DIR</code> - This option specifies the
location the DRI drivers will be installed to and the location libGL
-will search for DRI drivers. The default is
-<code>/usr/X11R6/lib/modules/dri</code>.
+will search for DRI drivers. The default is <code>${libdir}/dri</code>.
</li>
<li><code>--with-dri-drivers=DRIVER,DRIVER,...</code> - This option
allows a specific set of DRI drivers to be built. For example,