summaryrefslogtreecommitdiff
path: root/core/pim
authorkergoth <kergoth>2002-11-06 19:01:21 (UTC)
committer kergoth <kergoth>2002-11-06 19:01:21 (UTC)
commita577ba23721cebbb5918c9650acc3dd113ed25b3 (patch) (side-by-side diff)
treebb80a9250725d2ccf7a2d79170df868912cd06c1 /core/pim
parentf102976a7a724520825427a76648e8b9f72e8449 (diff)
downloadopie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2
Add X11..
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/config.in2
-rw-r--r--core/pim/datebook/config.in2
-rw-r--r--core/pim/today/config.in2
-rw-r--r--core/pim/today/plugins/datebook/config.in2
-rw-r--r--core/pim/today/plugins/mail/config.in2
-rw-r--r--core/pim/today/plugins/todolist/config.in2
-rw-r--r--core/pim/todo/config.in2
7 files changed, 7 insertions, 7 deletions
diff --git a/core/pim/addressbook/config.in b/core/pim/addressbook/config.in
index 5362077..522541c 100644
--- a/core/pim/addressbook/config.in
+++ b/core/pim/addressbook/config.in
@@ -1,4 +1,4 @@
config ADDRESSBOOK
boolean "addressbook"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/core/pim/datebook/config.in b/core/pim/datebook/config.in
index 7cc92bd..42d4f52 100644
--- a/core/pim/datebook/config.in
+++ b/core/pim/datebook/config.in
@@ -1,4 +1,4 @@
config DATEBOOK
boolean "datebook"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/core/pim/today/config.in b/core/pim/today/config.in
index 695b708..6bcdbe2 100644
--- a/core/pim/today/config.in
+++ b/core/pim/today/config.in
@@ -3,6 +3,6 @@ menu "today"
config TODAY
boolean "today"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
source core/pim/today/plugins/config.in
endmenu
diff --git a/core/pim/today/plugins/datebook/config.in b/core/pim/today/plugins/datebook/config.in
index 7d1e006..7a14438 100644
--- a/core/pim/today/plugins/datebook/config.in
+++ b/core/pim/today/plugins/datebook/config.in
@@ -1,4 +1,4 @@
config TODAY_DATEBOOK
boolean "datebook"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in
index f40696a..6f4450f 100644
--- a/core/pim/today/plugins/mail/config.in
+++ b/core/pim/today/plugins/mail/config.in
@@ -1,4 +1,4 @@
config TODAY_MAIL
boolean "mail"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/core/pim/today/plugins/todolist/config.in b/core/pim/today/plugins/todolist/config.in
index aef4ea4..48ba226 100644
--- a/core/pim/today/plugins/todolist/config.in
+++ b/core/pim/today/plugins/todolist/config.in
@@ -1,4 +1,4 @@
config TODAY_TODOLIST
boolean "todolist"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/core/pim/todo/config.in b/core/pim/todo/config.in
index 8b456de..4f7da10 100644
--- a/core/pim/todo/config.in
+++ b/core/pim/todo/config.in
@@ -1,4 +1,4 @@
config TODO
boolean "todo"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE