diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-04-29 09:34:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-04-29 09:34:09 +0000 |
commit | 3c9247e0e3e54907a42b672482115861aee63f22 (patch) | |
tree | 53d200049c08ea1081546480c804a2fdad876574 /eclass/mozconfig.eclass | |
parent | Bump to 0.0.7, and fix bug 262248 (diff) | |
download | gentoo-2-3c9247e0e3e54907a42b672482115861aee63f22.tar.gz gentoo-2-3c9247e0e3e54907a42b672482115861aee63f22.tar.bz2 gentoo-2-3c9247e0e3e54907a42b672482115861aee63f22.zip |
Punt xprint
Diffstat (limited to 'eclass/mozconfig.eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index 1e0c18dc98f0..f374ac9d9a2a 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.31 2009/01/04 22:09:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.32 2009/04/29 09:34:09 armin76 Exp $ # # mozconfig.eclass: the new mozilla.eclass inherit multilib flag-o-matic -IUSE="debug gnome ipv6 moznoxft truetype xinerama xprint" +IUSE="debug gnome ipv6 moznoxft truetype xinerama" RDEPEND="x11-libs/libXrender x11-libs/libXt @@ -31,8 +31,7 @@ RDEPEND="x11-libs/libXrender DEPEND="${RDEPEND} dev-util/pkgconfig x11-proto/xextproto - xinerama? ( x11-proto/xineramaproto ) - xprint? ( x11-proto/printproto )" + xinerama? ( x11-proto/xineramaproto )" # Set by configure (plus USE_AUTOCONF=1), but useful for NSPR export MOZILLA_CLIENT=1 @@ -186,7 +185,6 @@ mozconfig_init() { --enable-default-toolkit=gtk2 mozconfig_use_enable ipv6 mozconfig_use_enable xinerama - mozconfig_use_enable xprint if [[ ${MOZ_FREETYPE2} == "no" ]] ; then # Newer mozilla/firefox builds should use xft and not freetype. |