diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-21 09:11:32 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-21 09:11:32 +0000 |
commit | 3b12c9627cdf50279362921feca75b9b784abe35 (patch) | |
tree | 3f2376a7991fcc763a0aa878cbaece697d3dfcfa /profiles | |
parent | Add new flags for xorg-server. (diff) | |
download | gentoo-2-3b12c9627cdf50279362921feca75b9b784abe35.tar.gz gentoo-2-3b12c9627cdf50279362921feca75b9b784abe35.tar.bz2 gentoo-2-3b12c9627cdf50279362921feca75b9b784abe35.zip |
Build the Xorg X server by default.
Diffstat (limited to 'profiles')
-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 51a258433793..649430f93f97 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.17 2006/04/19 14:48:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.18 2006/04/21 09:11:32 spyderous Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -23,3 +23,7 @@ USE="${USE} dri" # 2006/04/19 - Chris Gianelloni <wolf31o2@gentoo.org> # Make sure dev-lang/php works right. See bug #120088 for more info. USE="${USE} cli pcre reflection session spl" + +# 2006/04/21 - Donnie Berkholz <spyderous@gentoo.org> +# Modular X: Build the Xorg X server by default +USE="${USE} xorg" |