diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-12 23:08:22 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-12 23:08:22 +0000 |
commit | c1988a813d913c23deb647fd8c30fae89abbd7e5 (patch) | |
tree | 4acec9c01cb32e535458b3a786643697aaed3119 /profiles/default-linux/make.defaults | |
parent | remove old versions (Manifest recommit) (diff) | |
download | gentoo-2-c1988a813d913c23deb647fd8c30fae89abbd7e5.tar.gz gentoo-2-c1988a813d913c23deb647fd8c30fae89abbd7e5.tar.bz2 gentoo-2-c1988a813d913c23deb647fd8c30fae89abbd7e5.zip |
USE flag updates for X to cascading profiles. Add font-server, truetype-fonts, and type1-fonts to everything. If X was in USE, add opengl and xv. This should retain the same functionality there was prior to these new USE flags in X. NOTE: 2005.0 and newer should _not_ enable font-server.
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r-- | profiles/default-linux/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index 6f4fdc36b943..b1935fd31a53 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.7 2004/12/25 03:51:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.8 2005/01/12 23:08:21 spyderous Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -12,5 +12,5 @@ -# bitmap-fonts: build X the (upstream) default way -USE="bitmap-fonts" +# build X in an expected way +USE="bitmap-fonts truetype-fonts type1-fonts" |