author | eilers <eilers> | 2004-03-31 16:07:08 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-03-31 16:07:08 (UTC) |
commit | f878d5938aadaa967800032ab985210f85ad6ae7 (patch) (unidiff) | |
tree | 5a0239f29f870373a892d1ca83f64ead53b59080 | |
parent | f64651f19473cfc17a72c93347eefd9a0ce545f4 (diff) | |
download | opie-f878d5938aadaa967800032ab985210f85ad6ae7.zip opie-f878d5938aadaa967800032ab985210f85ad6ae7.tar.gz opie-f878d5938aadaa967800032ab985210f85ad6ae7.tar.bz2 |
Some smarter information which libraries should be activated to be able
to compile them
-rw-r--r-- | core/pim/today/plugins/addressbook/config.in | 3 | ||||
-rw-r--r-- | core/pim/today/plugins/datebook/config.in | 4 | ||||
-rw-r--r-- | core/pim/today/plugins/mail/config.in | 2 |
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 | |||
@@ -3,2 +3,5 @@ | |||
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 | |||
@@ -3,2 +3,6 @@ | |||
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 | |||
@@ -3,3 +3,5 @@ | |||
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 ) | ||