author | kergoth <kergoth> | 2002-11-07 18:53:16 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-07 18:53:16 (UTC) |
commit | ba556d6a63703beb5eb87fb1a4dfb2f0e9b0b20b (patch) (side-by-side diff) | |
tree | 5bb678ea0ad3b9618a023dd4c2f1c5fdf9e65106 | |
parent | b89e9179db00b777e41bdd0c95885fb76b3f1a88 (diff) | |
download | opie-ba556d6a63703beb5eb87fb1a4dfb2f0e9b0b20b.zip opie-ba556d6a63703beb5eb87fb1a4dfb2f0e9b0b20b.tar.gz opie-ba556d6a63703beb5eb87fb1a4dfb2f0e9b0b20b.tar.bz2 |
Correct opiemail to ensure libmail and bend are built first
-rw-r--r-- | noncore/unsupported/mail2/bend/config.in | 6 | ||||
-rw-r--r-- | noncore/unsupported/mail2/config.in | 13 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/config.in | 4 |
3 files changed, 13 insertions, 10 deletions
diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in index 1cea22f..dfff29e 100644 --- a/noncore/unsupported/mail2/bend/config.in +++ b/noncore/unsupported/mail2/bend/config.in @@ -1,4 +1,4 @@ config BEND - boolean "bend" - default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + boolean + default "y" if MAIL + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAIL diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in index 4c50723..003378e 100644 --- a/noncore/unsupported/mail2/config.in +++ b/noncore/unsupported/mail2/config.in @@ -1,9 +1,12 @@ -menu "mail" - - config BEND - boolean "mail" + config OPIEMAIL + boolean "opiemail" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + + config MAIL + boolean + default "y" if OPIEMAIL + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL + source noncore/mail/bend/config.in source noncore/mail/libmail/config.in -endmenu diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in index e9ce917..344b19d 100644 --- a/noncore/unsupported/mail2/libmail/config.in +++ b/noncore/unsupported/mail2/libmail/config.in @@ -1,4 +1,4 @@ config LIBMAIL - boolean "libmail" - default "y" + boolean + default "y" if MAIL depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |