diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-09-09 08:17:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-09-09 08:17:08 +0000 |
commit | f3454a46dda426f30eb591e93be792281c61d7ce (patch) | |
tree | 327fa72000afa2d0da90b513e9bc9510cb42682a /profiles/base | |
parent | put into base instead (diff) | |
download | historical-f3454a46dda426f30eb591e93be792281c61d7ce.tar.gz historical-f3454a46dda426f30eb591e93be792281c61d7ce.tar.bz2 historical-f3454a46dda426f30eb591e93be792281c61d7ce.zip |
build x with xprint and bitmap-fonts by default
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults new file mode 100644 index 000000000000..efbba293c5f1 --- /dev/null +++ b/profiles/base/make.defaults @@ -0,0 +1,10 @@ +# Copyright 2004 Gentoo Foundation. +# System-wide defaults for a basic linux system + +# Please avoid enabling things by default in here if possible. Understand any +# implications with core packages. For example, if "java" is in USE and db +# has a conditional dependency on java (which it does,) then a JDK will be +# pulled in during *emerge system*! + +# bitmap-fonts and xprint: build X the (upstream) default way +USE="bitmap-fonts xprint" |