diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-05 02:55:18 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-05 02:55:18 +0000 |
commit | 3b329e28fdafda7273b22439f5878e37f27a5c44 (patch) | |
tree | a8695956c82f327766dd5cffe4fd56240891602a /x11-base | |
parent | menu/manpage/cleanup #76689 (Manifest recommit) (diff) | |
download | gentoo-2-3b329e28fdafda7273b22439f5878e37f27a5c44.tar.gz gentoo-2-3b329e28fdafda7273b22439f5878e37f27a5c44.tar.bz2 gentoo-2-3b329e28fdafda7273b22439f5878e37f27a5c44.zip |
For USE=minimal, add BuildLBX NO.
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild | 3 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.1.901.ebuild | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 5cc9f3678b27..305e5a3a521f 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.257 2005/01/02 02:21:38 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.258 2005/01/05 02:55:18 spyderous Exp $ + + 04 Jan 2005; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.8.0-r4.ebuild, xorg-x11-6.8.1.901.ebuild: + For USE=minimal, add BuildLBX NO. 02 Jan 2005; Marcus Hanwell <cryos@gentoo.org> xorg-x11-6.8.1.901.ebuild: Marked ~amd64. diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild index e32d874e49bb..835f3406f8c0 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild @@ -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/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.37 2005/01/02 02:21:38 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.38 2005/01/05 02:55:18 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -867,6 +867,7 @@ host_def_setup() { if use minimal; then echo "#define BuildClients NO" >> ${HOSTCONF} + echo "#define BuildLBX NO" >> ${HOSTCONF} # Without nls, truetype-fonts, type1-fonts, we only build misc # Now let's try to reduce what gets built in misc diff --git a/x11-base/xorg-x11/xorg-x11-6.8.1.901.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.1.901.ebuild index 487101ad43f3..495b09be69ee 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.1.901.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.1.901.ebuild @@ -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/x11-base/xorg-x11/xorg-x11-6.8.1.901.ebuild,v 1.10 2005/01/02 02:21:38 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.1.901.ebuild,v 1.11 2005/01/05 02:55:18 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -868,6 +868,7 @@ host_def_setup() { if use minimal; then echo "#define BuildClients NO" >> ${HOSTCONF} + echo "#define BuildLBX NO" >> ${HOSTCONF} # Without nls, truetype-fonts, type1-fonts, we only build misc # Now let's try to reduce what gets built in misc @@ -887,6 +888,7 @@ host_def_setup() { echo "#define XnestServer NO" >> ${HOSTCONF} echo "#define XVirtualFramebufferServer NO" >> ${HOSTCONF} echo "#define XInputDrivers mouse keyboard" >> ${HOSTCONF} + # Don't want to add to defaults for other archs, set above if use x86; then # If you want more drivers built with minimal, file a bug |