-rw-r--r-- | noncore/unsupported/mail2/bend/config.in | 8 | ||||
-rw-r--r-- | noncore/unsupported/mail2/config.in | 13 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/config.in | 4 |
3 files changed, 12 insertions, 13 deletions
diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in index 097a965..d784bec 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" if OPIEMAIL2 - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEMAIL2 +config BEND + boolean "bend" + default "y" if MAIL + depends ( LIBQPE || LIBQPE-X11 ) && LIBMAIL && LIBOPIE && MAIL diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in index af0fa3c..02006a4 100644 --- a/noncore/unsupported/mail2/config.in +++ b/noncore/unsupported/mail2/config.in @@ -1,13 +1,12 @@ - config OPIEMAIL2 - boolean "opiemail" - default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL - config MAIL - boolean + boolean "mail" default "y" if OPIEMAIL - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config OPIEMAIL2 + boolean "opiemail" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL && MAIL source noncore/mail/bend/config.in source noncore/mail/libmail/config.in diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in index dd7b2dc..9262679 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" if OPIEMAIL2 - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEMAIL2 + default "y" if MAIL + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && MAIL |