diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/autoconf.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/autoconf.html b/docs/autoconf.html index df243c2c325..0dd8a7b11fa 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -94,6 +94,13 @@ Currently there's only one config file provided when dri drivers are enabled - it's <code>drirc</code>.</p> </dd> +<dt><code>--datadir=DIR</code></dt> +<dd><p>This option specifies the directory where the data files will +be installed. The default is <code>${prefix}/share</code>. +Currently when dri drivers are enabled, <code>drirc.d/</code> is at +this place.</p> +</dd> + <dt><code>--enable-static, --disable-shared</code></dt> <dd><p>By default, Mesa will build shared libraries. Either of these options will force static |