author | groucho <groucho> | 2003-02-13 08:08:17 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-02-13 08:08:17 (UTC) |
commit | 515cc00c37ab05e71d52e73fc33f6ac0f2c31a65 (patch) (side-by-side diff) | |
tree | a6600f5019bbedf839ca208e97c9a520be269b04 /noncore/unsupported | |
parent | fa7465ac33d142cf106ff0651d34c51d5af81ce3 (diff) | |
download | opie-515cc00c37ab05e71d52e73fc33f6ac0f2c31a65.zip opie-515cc00c37ab05e71d52e73fc33f6ac0f2c31a65.tar.gz opie-515cc00c37ab05e71d52e73fc33f6ac0f2c31a65.tar.bz2 |
Added Euroconv for Eric Santonacci
Changed the opiemail config.in files to the correct dependencies. How did this slip in again ?
-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 |