-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 @@ | |||
1 | config BEND | 1 | config BEND |
2 | boolean "bend" | 2 | boolean |
3 | default "y" | 3 | default "y" if MAIL |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | 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 @@ | |||
1 | menu "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 |
9 | 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 @@ | |||
1 | config LIBMAIL | 1 | config LIBMAIL |
2 | boolean "libmail" | 2 | boolean |
3 | default "y" | 3 | default "y" if MAIL |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |