summaryrefslogtreecommitdiff
path: root/core/pim
authoreilers <eilers>2004-03-31 16:07:08 (UTC)
committer eilers <eilers>2004-03-31 16:07:08 (UTC)
commitf878d5938aadaa967800032ab985210f85ad6ae7 (patch) (unidiff)
tree5a0239f29f870373a892d1ca83f64ead53b59080 /core/pim
parentf64651f19473cfc17a72c93347eefd9a0ce545f4 (diff)
downloadopie-f878d5938aadaa967800032ab985210f85ad6ae7.zip
opie-f878d5938aadaa967800032ab985210f85ad6ae7.tar.gz
opie-f878d5938aadaa967800032ab985210f85ad6ae7.tar.bz2
Some smarter information which libraries should be activated to be able
to compile them
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/config.in3
-rw-r--r--core/pim/today/plugins/datebook/config.in4
-rw-r--r--core/pim/today/plugins/mail/config.in2
3 files changed, 9 insertions, 0 deletions
diff --git a/core/pim/today/plugins/addressbook/config.in b/core/pim/today/plugins/addressbook/config.in
index cf61a0e..33e8b6d 100644
--- a/core/pim/today/plugins/addressbook/config.in
+++ b/core/pim/today/plugins/addressbook/config.in
@@ -2,3 +2,6 @@
2 boolean "opie-today-addressbookplugin (shows Birthdays and Anniversaries)" 2 boolean "opie-today-addressbookplugin (shows Birthdays and Anniversaries)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && LIBOPIE2DB && LIBQTAUX 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && LIBOPIE2DB && LIBQTAUX
5
6 comment "opie-today-addressbookplugin requires libopie2core, libopie2ui, libopie2pim, libopie2db and libqtaux"
7 depends !( ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && LIBOPIE2DB && LIBQTAUX )
diff --git a/core/pim/today/plugins/datebook/config.in b/core/pim/today/plugins/datebook/config.in
index aa43770..9578e0b 100644
--- a/core/pim/today/plugins/datebook/config.in
+++ b/core/pim/today/plugins/datebook/config.in
@@ -2,3 +2,7 @@
2 boolean "datebook" 2 boolean "datebook"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && LIBOPIE2CORE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && LIBOPIE2CORE
5
6 comment "opie-datebook-plugin requires libopie2ui and libopie2core"
7 depends !( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && LIBOPIE2CORE
8
diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in
index 66a2b22..4a115bd 100644
--- a/core/pim/today/plugins/mail/config.in
+++ b/core/pim/today/plugins/mail/config.in
@@ -2,4 +2,6 @@
2 boolean "mail" 2 boolean "mail"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBMAILWRAPPER 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBMAILWRAPPER
5
5 comment "opie-today-mailplugin requires libopie2core, libopie2pim, and libmailwrapper" 6 comment "opie-today-mailplugin requires libopie2core, libopie2pim, and libmailwrapper"
7 depends !( ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBMAILWRAPPER )