diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-05-02 07:10:02 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-05-02 07:10:02 +0000 |
commit | 3287a014648cce3bc37b8ec74c3627b94f907c36 (patch) | |
tree | a590f58c60f0a68658c1d174c38e1b7bbe62235c /eclass/x-modular.eclass | |
parent | Update homepage, since the old one vanished. (diff) | |
download | historical-3287a014648cce3bc37b8ec74c3627b94f907c36.tar.gz historical-3287a014648cce3bc37b8ec74c3627b94f907c36.tar.bz2 historical-3287a014648cce3bc37b8ec74c3627b94f907c36.zip |
Add additional documentation of useful variables XDPVER and XDIR.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 3ef0ad5cf70d..6e39a5b5ff6d 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -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/eclass/x-modular.eclass,v 1.81 2006/12/17 15:30:25 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.82 2007/05/02 07:10:02 dberkholz Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -21,7 +21,16 @@ # subdirectory of /usr/share/fonts/ it should install into, set FONT_DIR to that # directory or directories. # -# IMPORTANT: Both SNAPSHOT and FONT_DIR must be set _before_ the inherit. +# If you want to change the auto-application of the driver patchset or prevent +# it from applying, edit XDPVER in the ebuild. Set it to -1 to prevent patch +# application or positive integers for that patch version. +# +# IMPORTANT: SNAPSHOT, FONT_DIR and XDPVER must be set _before_ the inherit. +# +# If you want to install to a non-default prefix (e.g., /opt/xorg), change +# XDIR. This has not been recently tested. You may need to uncomment the +# setting of datadir and mandir in x-modular_src_install() or add it back in if +# it's no longer there. You may also want to change the SLOT. # # Pretty much everything else should be automatic. |