Add additional documentation of useful variables XDPVER and XDIR.
authorDonnie Berkholz <dberkholz@gentoo.org>
Wed, 2 May 2007 07:10:02 +0000 (07:10 +0000)
committerDonnie Berkholz <dberkholz@gentoo.org>
Wed, 2 May 2007 07:10:02 +0000 (07:10 +0000)
eclass/x-modular.eclass

index 3ef0ad5cf70d81e39a93b0b43fb580ec7e430b2d..6e39a5b5ff6d7db34f0e84b9468c2a1b47fa76ac 100644 (file)
@@ -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>
 #
 # 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.