diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-15 20:48:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-15 20:48:35 +0000 |
commit | f17c3acd39aef7d9fce1a3807155fe992aebb3f8 (patch) | |
tree | 6f7e2502f3064b65021dbef516b5edfe0ecd76e0 /share | |
parent | a88ac70a7fe00630cf8d43b40c4056f84b6d268f (diff) |
XENOCARA_BUILD_DRI is on by default for amd64/i386; confirmed by oga
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/mk.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 6554cba4eca..da7cdb3b41f 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.17 2008/03/03 07:02:28 matthieu Exp $ +.\" $OpenBSD: mk.conf.5,v 1.18 2008/06/15 20:48:34 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 3 2008 $ +.Dd $Mdocdate: June 15 2008 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -253,6 +253,7 @@ to compiles. .It Ev XENOCARA_BUILD_DRI Build X with Direct Rendering Infrastructure (DRI) support, providing some hardware acceleration. +This is on by default for amd64/i386 architectures. .It Ev XENOCARA_RERUN_AUTOCONF Forces X builds to re-run automake and autoconf in each module before configuring them. |