From c228514c72cb2fd5fb9e510808e29204fc9e7ae1 Mon Sep 17 00:00:00 2001 From: Marcin Ślusarz Date: Sat, 19 Sep 2015 19:17:34 +0200 Subject: dri/common: use sysconfdir when looking for drirc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Useful when locally installed mesa has more quirks than the system one. Signed-off-by: Marcin Ślusarz Reviewed-by: Ilia Mirkin Reviewed-by: Emil Velikov --- docs/autoconf.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/autoconf.html') diff --git a/docs/autoconf.html b/docs/autoconf.html index 2ef8c63dbe..5c29e5ee2c 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -87,6 +87,13 @@ created in a lib64 directory at the top of the Mesa source tree.

+
--sysconfdir=DIR
+

This option specifies the directory where the configuration +files will be installed. The default is ${prefix}/etc. +Currently there's only one config file provided when dri drivers are +enabled - it's drirc.

+
+
--enable-static, --disable-shared

By default, Mesa will build shared libraries. Either of these options will force static @@ -217,7 +224,7 @@ GLX.

--with-expat=DIR

DEPRECATED, use PKG_CONFIG_PATH instead.

The DRI-enabled libGL uses expat to -parse the DRI configuration files in /etc/drirc and +parse the DRI configuration files in ${sysconfdir}/drirc and ~/.drirc. This option allows a specific expat installation to be used. For example, --with-expat=/usr/local will search for expat headers and libraries in /usr/local/include -- cgit v1.2.3