author | mickeyl <mickeyl> | 2003-12-09 19:23:34 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-09 19:23:34 (UTC) |
commit | 26fde0e3b94659ea9c296afc80c7f873467267e8 (patch) (side-by-side diff) | |
tree | 3d4d48eee392fd8d7e3957f1e3ed9e4eb0f9e83a | |
parent | 0b7d74768f00be986f44bfbd61a6342fc854cc3a (diff) | |
download | opie-26fde0e3b94659ea9c296afc80c7f873467267e8.zip opie-26fde0e3b94659ea9c296afc80c7f873467267e8.tar.gz opie-26fde0e3b94659ea9c296afc80c7f873467267e8.tar.bz2 |
build system fix
-rw-r--r-- | noncore/net/mail/config.in | 2 | ||||
-rw-r--r-- | packages | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/mail/config.in b/noncore/net/mail/config.in index 5cd20d5..43ecc6f 100644 --- a/noncore/net/mail/config.in +++ b/noncore/net/mail/config.in @@ -1,4 +1,4 @@ - config OPIEMAIL3 + config MAIL3 boolean "opie-mail3 (a mail client)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE @@ -82,13 +82,13 @@ CONFIG_LIBSQL libsql libsql.pro CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro CONFIG_LIGHT-AND-POWER core/settings/light-and-power light-and-power.pro CONFIG_LIQUID noncore/styles/liquid liquid.pro CONFIG_LOGOUTAPPLET core/applets/logoutapplet logoutapplet.pro CONFIG_MAILIT noncore/net/mailit mailit.pro -CONFIG_MAIL noncore/net/mail mail.pro +CONFIG_MAIL3 noncore/net/mail mail.pro CONFIG_MEDIUMMOUNT noncore/settings/mediummount mediummount.pro CONFIG_MEMORYAPPLET noncore/applets/memoryapplet memoryapplet.pro CONFIG_METAL noncore/styles/metal metal.pro CONFIG_MINDBREAKER noncore/games/mindbreaker mindbreaker.pro CONFIG_MINESWEEP noncore/games/minesweep minesweep.pro CONFIG_MOBILEMSG noncore/comm/mobilemsg mobilemsg.pro |