author | groucho <groucho> | 2003-01-23 07:43:00 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-23 07:43:00 (UTC) |
commit | 7c63d26d6c1a4e13a957ab79e58931c551e91eb8 (patch) (side-by-side diff) | |
tree | eb7354251e7a9f299876c350858385bee8b2348b /noncore/unsupported | |
parent | 3819785802f55c4b998249eb2b2c0d53112e5ded (diff) | |
download | opie-7c63d26d6c1a4e13a957ab79e58931c551e91eb8.zip opie-7c63d26d6c1a4e13a957ab79e58931c551e91eb8.tar.gz opie-7c63d26d6c1a4e13a957ab79e58931c551e91eb8.tar.bz2 |
- added weatherplugin, opiemail and odict to the build process
- adjusted batteryapplet/config.in as it was not reflected when building
- embeddedconsole now builds with the right options
- opie-console dto.
-rw-r--r-- | noncore/unsupported/mail2/bend/config.in | 6 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/config.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in index dfff29e..097a965 100644 --- a/noncore/unsupported/mail2/bend/config.in +++ b/noncore/unsupported/mail2/bend/config.in @@ -1,4 +1,4 @@ config BEND - boolean - default "y" if MAIL - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAIL + boolean "bend" + default "y" if OPIEMAIL2 + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEMAIL2 diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in index 344b19d..dd7b2dc 100644 --- a/noncore/unsupported/mail2/libmail/config.in +++ b/noncore/unsupported/mail2/libmail/config.in @@ -1,4 +1,4 @@ config LIBMAIL - boolean - default "y" if MAIL - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + boolean "libmail" + default "y" if OPIEMAIL2 + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEMAIL2 |