summaryrefslogtreecommitdiff
path: root/core/pim
authorbrad <brad>2004-03-15 08:39:57 (UTC)
committer brad <brad>2004-03-15 08:39:57 (UTC)
commit24533c4db7eb2f0df533b800820cefc794e3a3aa (patch) (side-by-side diff)
treeb0b19fdd78bdfef4e9ea0db588c394219a354ca3 /core/pim
parent07223c60e1992501f82276210d544fc5cffee666 (diff)
downloadopie-24533c4db7eb2f0df533b800820cefc794e3a3aa.zip
opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.tar.gz
opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.tar.bz2
Fixed LIBOPIE2 config depends
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/config.in2
-rw-r--r--core/pim/osearch/config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/datebook/config.in b/core/pim/datebook/config.in
index dd9c798..d1dd44f 100644
--- a/core/pim/datebook/config.in
+++ b/core/pim/datebook/config.in
@@ -1,4 +1,4 @@
config DATEBOOK
boolean "opie-datebook (a datebook/appointment manager)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI
diff --git a/core/pim/osearch/config.in b/core/pim/osearch/config.in
index 8a162d4..ec0da27 100644
--- a/core/pim/osearch/config.in
+++ b/core/pim/osearch/config.in
@@ -1,4 +1,4 @@
config OSEARCH
boolean "opie-osearch (searches throught your PDA)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2 && LIBOPIEPIM2
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && LIBOPIE2PIM