diff options
author | 2006-03-07 18:17:44 +0000 | |
---|---|---|
committer | 2006-03-07 18:17:44 +0000 | |
commit | cee7f615ad73e09a35d583eebcc51648f564e54e (patch) | |
tree | 50cacdc7a4611e3b50a8863ecf1de21a042ca60c /profiles/default-linux/make.defaults | |
parent | Marked ppc stable for bug #122648, thanks to mfproroc for testing. (diff) | |
download | gentoo-2-cee7f615ad73e09a35d583eebcc51648f564e54e.tar.gz gentoo-2-cee7f615ad73e09a35d583eebcc51648f564e54e.tar.bz2 gentoo-2-cee7f615ad73e09a35d583eebcc51648f564e54e.zip |
Enable direct rendering (dri) by default. Mask on architectures for which it doesn't make sense: hppa, mips, sh, arm.
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r-- | profiles/default-linux/make.defaults | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index da6973912886..697cf8cfb8ab 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.11 2005/04/23 16:25:07 jstubbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.12 2006/03/07 18:17:44 spyderous Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -15,3 +15,7 @@ USE="bitmap-fonts truetype-fonts type1-fonts" # make sure toolchain has sane defaults USE="${USE} fortran" + +# 2006/03/07 - Donnie Berkholz <spyderous@gentoo.org> +# Modular X: Support direct rendering by default +USE="${USE} dri" |