summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/mail/config.in4
-rw-r--r--core/pim/today/plugins/mail/mail.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in
index 4d16102..66a2b22 100644
--- a/core/pim/today/plugins/mail/config.in
+++ b/core/pim/today/plugins/mail/config.in
@@ -2,4 +2,4 @@
boolean "mail"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAILWRAPPER
- comment "opie-today-mailplugin requires libmailwrapper enabled"
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBMAILWRAPPER
+ comment "opie-today-mailplugin requires libopie2core, libopie2pim, and libmailwrapper"
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro
index 1c3555b..b1c4551 100644
--- a/core/pim/today/plugins/mail/mail.pro
+++ b/core/pim/today/plugins/mail/mail.pro
@@ -12,5 +12,5 @@ DEPENDPATH += $(OPIEDIR)/include \
../ ../library
-LIBS+= -lqpe -lopiecore2 -opiepim2
+LIBS+= -lqpe -lopiecore2 -lopiepim2
DESTDIR = $(OPIEDIR)/plugins/today