summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/config.in
authorkergoth <kergoth>2002-11-07 18:53:16 (UTC)
committer kergoth <kergoth>2002-11-07 18:53:16 (UTC)
commitba556d6a63703beb5eb87fb1a4dfb2f0e9b0b20b (patch) (unidiff)
tree5bb678ea0ad3b9618a023dd4c2f1c5fdf9e65106 /noncore/unsupported/mail2/config.in
parentb89e9179db00b777e41bdd0c95885fb76b3f1a88 (diff)
downloadopie-ba556d6a63703beb5eb87fb1a4dfb2f0e9b0b20b.zip
opie-ba556d6a63703beb5eb87fb1a4dfb2f0e9b0b20b.tar.gz
opie-ba556d6a63703beb5eb87fb1a4dfb2f0e9b0b20b.tar.bz2
Correct opiemail to ensure libmail and bend are built first
Diffstat (limited to 'noncore/unsupported/mail2/config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/config.in13
1 files changed, 8 insertions, 5 deletions
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 @@
1menu "mail" 1 config OPIEMAIL
2 2 boolean "opiemail"
3 config BEND
4 boolean "mail"
5 default "y" 3 default "y"
6 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
5
6 config MAIL
7 boolean
8 default "y" if OPIEMAIL
9 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL
10
7 source noncore/mail/bend/config.in 11 source noncore/mail/bend/config.in
8 source noncore/mail/libmail/config.in 12 source noncore/mail/libmail/config.in
9endmenu