diff options
author | Brad Laue <brad@gentoo.org> | 2004-10-03 07:24:45 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-10-03 07:24:45 +0000 |
commit | 32e8472702b753210e63750214bb985d1dcabbad (patch) | |
tree | 0e1f5bb0736ded9c79c481a3cb308312c5b9bbe6 /eclass | |
parent | fix pic2graph #36842 (diff) | |
download | historical-32e8472702b753210e63750214bb985d1dcabbad.tar.gz historical-32e8472702b753210e63750214bb985d1dcabbad.tar.bz2 historical-32e8472702b753210e63750214bb985d1dcabbad.zip |
Don't build composer if the build is firefox.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozilla.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index f2469c163036..1ba554298acd 100644 --- a/eclass/mozilla.eclass +++ b/eclass/mozilla.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.16 2004/09/28 21:29:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.17 2004/10/03 07:24:45 brad Exp $ ECLASS=mozilla INHERITED="$INHERITED $ECLASS" @@ -244,7 +244,8 @@ mozilla_conf() { # Some firefox-only flags if ${FF}; then mozilla_annotate "n/a on ${PN}" \ - --disable-mailnews + --disable-mailnews \ + --disable-composer fi # Some moz-only flags |