summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-03-07 18:17:44 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-03-07 18:17:44 +0000
commitcee7f615ad73e09a35d583eebcc51648f564e54e (patch)
tree50cacdc7a4611e3b50a8863ecf1de21a042ca60c /profiles
parentMarked ppc stable for bug #122648, thanks to mfproroc for testing. (diff)
downloadgentoo-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')
-rw-r--r--profiles/default-linux/arm/use.mask4
-rw-r--r--profiles/default-linux/hppa/use.mask4
-rw-r--r--profiles/default-linux/make.defaults6
-rw-r--r--profiles/default-linux/mips/use.mask6
-rw-r--r--profiles/default-linux/sh/use.mask4
5 files changed, 22 insertions, 2 deletions
diff --git a/profiles/default-linux/arm/use.mask b/profiles/default-linux/arm/use.mask
index 76da3132fb52..ea73ac3d6b4d 100644
--- a/profiles/default-linux/arm/use.mask
+++ b/profiles/default-linux/arm/use.mask
@@ -52,3 +52,7 @@ video_cards_tga
video_cards_tseng
video_cards_vesa
video_cards_via
+
+# 2006/03/07 - Donnie Berkholz <spyderous@gentoo.org>
+# Modular X: mask for architectures lacking direct rendering
+dri
diff --git a/profiles/default-linux/hppa/use.mask b/profiles/default-linux/hppa/use.mask
index 7b6ef6fec985..c31ee284dd85 100644
--- a/profiles/default-linux/hppa/use.mask
+++ b/profiles/default-linux/hppa/use.mask
@@ -1,3 +1,7 @@
+# 2006/03/07 - Donnie Berkholz <spyderous@gentoo.org>
+# Modular X: mask for architectures lacking direct rendering
+dri
+
# 2006/02/05 - Donnie Berkholz <spyderous@gentoo.org>
# Modular X: mask for architectures on which they aren't available
video_cards_apm
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"
diff --git a/profiles/default-linux/mips/use.mask b/profiles/default-linux/mips/use.mask
index 49afa2b56db1..130bede3d84c 100644
--- a/profiles/default-linux/mips/use.mask
+++ b/profiles/default-linux/mips/use.mask
@@ -1,4 +1,8 @@
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/use.mask,v 1.44 2006/02/06 14:48:30 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/use.mask,v 1.45 2006/03/07 18:17:44 spyderous Exp $
+
+# 2006/03/07 - Donnie Berkholz <spyderous@gentoo.org>
+# Modular X: mask for architectures lacking direct rendering
+dri
# Stephen P. Becker <geoman@gentoo.org>
# more modular X stuff
diff --git a/profiles/default-linux/sh/use.mask b/profiles/default-linux/sh/use.mask
index 3c238aeeae10..c65c41606ab7 100644
--- a/profiles/default-linux/sh/use.mask
+++ b/profiles/default-linux/sh/use.mask
@@ -38,3 +38,7 @@ qdbm
# Luca Longinotti <chtekk@gentoo.org>
# mask Oracle
oci8
+
+# 2006/03/07 - Donnie Berkholz <spyderous@gentoo.org>
+# Modular X: mask for architectures lacking direct rendering
+dri