diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-12 22:47:06 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-12 22:47:06 +0000 |
commit | 40a68476e02fa5d4c8b4cb9b53ddc601da9fa329 (patch) | |
tree | 7272243e10df5b1eb8ef46e4c1afaa27f25b51a8 /profiles/cobalt-mips-2004.1 | |
parent | New packages; gnustep digital camera access framework and app (Manifest recom... (diff) | |
download | gentoo-2-40a68476e02fa5d4c8b4cb9b53ddc601da9fa329.tar.gz gentoo-2-40a68476e02fa5d4c8b4cb9b53ddc601da9fa329.tar.bz2 gentoo-2-40a68476e02fa5d4c8b4cb9b53ddc601da9fa329.zip |
USE flag updates for X to non-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.
Diffstat (limited to 'profiles/cobalt-mips-2004.1')
-rw-r--r-- | profiles/cobalt-mips-2004.1/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/cobalt-mips-2004.1/make.defaults b/profiles/cobalt-mips-2004.1/make.defaults index 7d709840fd27..49ddd6a1aaf4 100644 --- a/profiles/cobalt-mips-2004.1/make.defaults +++ b/profiles/cobalt-mips-2004.1/make.defaults @@ -24,6 +24,6 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="bitmap-fonts slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" +USE="bitmap-fonts slang readline gpm berkdb font-server gdbm tcpd pam libwww ssl nls perl python sdl mips truetype-fonts type1-fonts" ACCEPT_KEYWORDS="mips" |