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 | 6a2ae68b7e6b10c583347b06a552c7769a7a1a7d (patch) | |
tree | 2a2986724765d6130846554862a792b7466a6e74 /eclass/mozconfig-2.eclass | |
parent | Bump to 0.0.7, and fix bug 262248 (diff) | |
download | historical-6a2ae68b7e6b10c583347b06a552c7769a7a1a7d.tar.gz historical-6a2ae68b7e6b10c583347b06a552c7769a7a1a7d.tar.bz2 historical-6a2ae68b7e6b10c583347b06a552c7769a7a1a7d.zip |
Punt xprint
Diffstat (limited to 'eclass/mozconfig-2.eclass')
-rw-r--r-- | eclass/mozconfig-2.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/mozconfig-2.eclass b/eclass/mozconfig-2.eclass index 92eac4d111f5..f9620f8e8eac 100644 --- a/eclass/mozconfig-2.eclass +++ b/eclass/mozconfig-2.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-2.eclass,v 1.19 2008/07/29 20:50:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.20 2009/04/29 09:34:09 armin76 Exp $ # # mozconfig.eclass: the new mozilla.eclass inherit multilib flag-o-matic mozcoreconf -IUSE="debug gnome ipv6 xinerama xprint" +IUSE="debug gnome ipv6 xinerama" RDEPEND="x11-libs/libXrender x11-libs/libXt @@ -29,13 +29,11 @@ RDEPEND="x11-libs/libXrender DEPEND="${RDEPEND} - xinerama? ( x11-proto/xineramaproto ) - xprint? ( x11-proto/printproto )" + xinerama? ( x11-proto/xineramaproto )" mozconfig_config() { mozconfig_use_enable ipv6 mozconfig_use_enable xinerama - mozconfig_use_enable xprint # We use --enable-pango to do truetype fonts, and currently pango # is required for it to build |