summaryrefslogtreecommitdiff
path: root/noncore/tools
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 /noncore/tools
parentf102976a7a724520825427a76648e8b9f72e8449 (diff)
downloadopie-a577ba23721cebbb5918c9650acc3dd113ed25b3.zip
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.gz
opie-a577ba23721cebbb5918c9650acc3dd113ed25b3.tar.bz2
Add X11..
Diffstat (limited to 'noncore/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/config.in2
-rw-r--r--noncore/tools/calc2/simple/config.in2
-rw-r--r--noncore/tools/calculator/config.in2
-rw-r--r--noncore/tools/clock/config.in2
-rw-r--r--noncore/tools/formatter/config.in2
-rw-r--r--noncore/tools/opie-sh/config.in2
-rw-r--r--noncore/tools/remote/config.in2
7 files changed, 7 insertions, 7 deletions
diff --git a/noncore/tools/calc2/binary/config.in b/noncore/tools/calc2/binary/config.in
index 7db862d..3a90707 100644
--- a/noncore/tools/calc2/binary/config.in
+++ b/noncore/tools/calc2/binary/config.in
@@ -1,4 +1,4 @@
# config #BINARY
# boolean "binary"
# default "y"
-# depends LIBQPE && LIBOPIE
+# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/noncore/tools/calc2/simple/config.in b/noncore/tools/calc2/simple/config.in
index 726b78d..a22a020 100644
--- a/noncore/tools/calc2/simple/config.in
+++ b/noncore/tools/calc2/simple/config.in
@@ -1,4 +1,4 @@
# config #SIMPLE
# boolean "simple"
# default "y"
-# depends LIBQPE && LIBOPIE
+# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/noncore/tools/calculator/config.in b/noncore/tools/calculator/config.in
index 9a8d8be..a290e5e 100644
--- a/noncore/tools/calculator/config.in
+++ b/noncore/tools/calculator/config.in
@@ -1,4 +1,4 @@
config CALCULATOR
boolean "calculator"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/noncore/tools/clock/config.in b/noncore/tools/clock/config.in
index c9c099c..341b42a 100644
--- a/noncore/tools/clock/config.in
+++ b/noncore/tools/clock/config.in
@@ -1,4 +1,4 @@
config CLOCK
boolean "clock"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/noncore/tools/formatter/config.in b/noncore/tools/formatter/config.in
index 70146bd..89c05e2 100644
--- a/noncore/tools/formatter/config.in
+++ b/noncore/tools/formatter/config.in
@@ -1,4 +1,4 @@
config FORMATTER
boolean "formatter"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/noncore/tools/opie-sh/config.in b/noncore/tools/opie-sh/config.in
index 77c1857..782ae5f 100644
--- a/noncore/tools/opie-sh/config.in
+++ b/noncore/tools/opie-sh/config.in
@@ -1,4 +1,4 @@
config OPIE-SH
boolean "opie-sh"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
diff --git a/noncore/tools/remote/config.in b/noncore/tools/remote/config.in
index ef51047..231696b 100644
--- a/noncore/tools/remote/config.in
+++ b/noncore/tools/remote/config.in
@@ -1,4 +1,4 @@
config REMOTE
boolean "remote"
default "y"
- depends LIBQPE && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE