summaryrefslogtreecommitdiff
authorbrad <brad>2004-03-15 08:39:57 (UTC)
committer brad <brad>2004-03-15 08:39:57 (UTC)
commit24533c4db7eb2f0df533b800820cefc794e3a3aa (patch) (unidiff)
treeb0b19fdd78bdfef4e9ea0db588c394219a354ca3
parent07223c60e1992501f82276210d544fc5cffee666 (diff)
downloadopie-24533c4db7eb2f0df533b800820cefc794e3a3aa.zip
opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.tar.gz
opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.tar.bz2
Fixed LIBOPIE2 config depends
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/config.in2
-rw-r--r--core/pim/datebook/config.in2
-rw-r--r--core/pim/osearch/config.in2
-rw-r--r--examples/applet/config.in2
-rw-r--r--examples/main-tab/config.in2
-rw-r--r--examples/todayplugin/config.in2
-rw-r--r--inputmethods/multikey/config.in2
7 files changed, 7 insertions, 7 deletions
diff --git a/core/multimedia/opieplayer/config.in b/core/multimedia/opieplayer/config.in
index d25b11f..335497f 100644
--- a/core/multimedia/opieplayer/config.in
+++ b/core/multimedia/opieplayer/config.in
@@ -1,7 +1,7 @@
1 config OPIEPLAYER 1 config OPIEPLAYER
2 boolean "opie-mediaplayer (mediaplayer that plays mp3, mpeg, and wav)" 2 boolean "opie-mediaplayer (mediaplayer that plays mp3, mpeg, and wav)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI
5 5
6 source core/multimedia/opieplayer/libflash/config.in 6 source core/multimedia/opieplayer/libflash/config.in
7 source core/multimedia/opieplayer/libmad/config.in 7 source core/multimedia/opieplayer/libmad/config.in
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 @@
1 config DATEBOOK 1 config DATEBOOK
2 boolean "opie-datebook (a datebook/appointment manager)" 2 boolean "opie-datebook (a datebook/appointment manager)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2 4 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 @@
1 config OSEARCH 1 config OSEARCH
2 boolean "opie-osearch (searches throught your PDA)" 2 boolean "opie-osearch (searches throught your PDA)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2 && LIBOPIEPIM2 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && LIBOPIE2PIM
diff --git a/examples/applet/config.in b/examples/applet/config.in
index c3fb6dd..840333e 100644
--- a/examples/applet/config.in
+++ b/examples/applet/config.in
@@ -1,4 +1,4 @@
1 config APPLET_EXAMPLE 1 config APPLET_EXAMPLE
2 boolean "Taskbar Applet Example" 2 boolean "Taskbar Applet Example"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2 &&EXAMPLES 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI &&EXAMPLES
diff --git a/examples/main-tab/config.in b/examples/main-tab/config.in
index 3a67bcb..a40df56 100644
--- a/examples/main-tab/config.in
+++ b/examples/main-tab/config.in
@@ -1,4 +1,4 @@
1 config MAIN_TAB_EXAMPLE 1 config MAIN_TAB_EXAMPLE
2 boolean "Mainwindow with OTabWidget example" 2 boolean "Mainwindow with OTabWidget example"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 4 depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI
diff --git a/examples/todayplugin/config.in b/examples/todayplugin/config.in
index 0a6a573..b860cb2 100644
--- a/examples/todayplugin/config.in
+++ b/examples/todayplugin/config.in
@@ -1,5 +1,5 @@
1 config TODAY_EXAMPLE 1 config TODAY_EXAMPLE
2 boolean "Opie-Today Plugin Example" 2 boolean "Opie-Today Plugin Example"
3 default "n" 3 default "n"
4 depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 4 depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI
5 5
diff --git a/inputmethods/multikey/config.in b/inputmethods/multikey/config.in
index ad7d1e8..1ce4dcc 100644
--- a/inputmethods/multikey/config.in
+++ b/inputmethods/multikey/config.in
@@ -1,4 +1,4 @@
1 config MULTIKEY 1 config MULTIKEY
2 boolean "opie-multikey (OnScreen keyboard for multiple languages)" 2 boolean "opie-multikey (OnScreen keyboard for multiple languages)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && PICKBOARD && LIBQTAUX2 && LIBOPIEUI2 4 depends ( LIBQPE || LIBQPE-X11 ) && PICKBOARD && LIBQTAUX2 && LIBOPIE2UI