summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-03-23 23:41:45 (UTC)
committer mickeyl <mickeyl>2004-03-23 23:41:45 (UTC)
commit8e39152eabb78bdda46dd2f6cdea0e38562af19d (patch) (side-by-side diff)
tree1ec0eadb27a7a68d182806056e811f43a92690e2
parent03ec32173f9be020cb475724e247b869c6e60a7d (diff)
downloadopie-8e39152eabb78bdda46dd2f6cdea0e38562af19d.zip
opie-8e39152eabb78bdda46dd2f6cdea0e38562af19d.tar.gz
opie-8e39152eabb78bdda46dd2f6cdea0e38562af19d.tar.bz2
eliminate bogus dependency on libopie
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/symlinker/config.in2
-rw-r--r--noncore/applets/memoryapplet/config.in4
-rw-r--r--noncore/net/opieftp/config.in2
-rw-r--r--noncore/net/wellenreiter/config.in6
4 files changed, 7 insertions, 7 deletions
diff --git a/core/symlinker/config.in b/core/symlinker/config.in
index a378d3a..b68018f 100644
--- a/core/symlinker/config.in
+++ b/core/symlinker/config.in
@@ -1,5 +1,5 @@
config SYMLINKER
boolean "Opie Symlinker for external media"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LAUNCHER
+ depends ( LIBQPE || LIBQPE-X11 ) && LAUNCHER
diff --git a/noncore/applets/memoryapplet/config.in b/noncore/applets/memoryapplet/config.in
index 4fc13ba..0d6e28c 100644
--- a/noncore/applets/memoryapplet/config.in
+++ b/noncore/applets/memoryapplet/config.in
@@ -2,5 +2,5 @@
boolean "opie-memoryapplet (view memory status and manage a swap file)"
default "y"
depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && SYSINFO
- comment "opie-memoryapplet needs a libqpe, libopie and sysinfo"
- depends ! ( LIBOPIE && SYSINFO )
+ comment "opie-memoryapplet needs a libqpe, libopie2ui and sysinfo"
+ depends ! (( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && SYSINFO)
diff --git a/noncore/net/opieftp/config.in b/noncore/net/opieftp/config.in
index bd9da2c..96e8b27 100644
--- a/noncore/net/opieftp/config.in
+++ b/noncore/net/opieftp/config.in
@@ -1,4 +1,4 @@
config OPIEFTP
boolean "opie-ftp (ftp client for Opie)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && FTPLIB
+ depends ( LIBQPE || LIBQPE-X11 ) && FTPLIB
diff --git a/noncore/net/wellenreiter/config.in b/noncore/net/wellenreiter/config.in
index 8ed5e4c..bf9bbd9 100644
--- a/noncore/net/wellenreiter/config.in
+++ b/noncore/net/wellenreiter/config.in
@@ -1,6 +1,6 @@
config WELLENREITER
boolean "opie-wellenreiter (wireless LAN monitor)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBOPIE2CORE && LIBOPIE2NET && LIBOPIE2UI
- comment "wellenreiter needs libqpe, libopie1 and libopie2 (core+net+ui)"
- depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBOPIE2CORE && LIBOPIE2NET && LIBOPIE2UI)
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2NET && LIBOPIE2UI
+ comment "wellenreiter needs a libqpe and libopie2 (core+net+ui)"
+ depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2NET && LIBOPIE2UI)