summaryrefslogtreecommitdiff
path: root/noncore
authormickeyl <mickeyl>2004-03-29 13:06:44 (UTC)
committer mickeyl <mickeyl>2004-03-29 13:06:44 (UTC)
commit0b450f97843d3cf062d1e7e07b52a958e7c64b30 (patch) (side-by-side diff)
tree8a31114469c1631899439e419f0bd9dbbac1057f /noncore
parent1e99b88d5fd3c58049d117f1d51bd746d0fd6352 (diff)
downloadopie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.zip
opie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.tar.gz
opie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.tar.bz2
remove bogus libopie dependencies
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kbill/config.in2
-rw-r--r--noncore/games/kpacman/config.in2
-rw-r--r--noncore/games/mindbreaker/config.in2
-rw-r--r--noncore/games/oyatzee/config.in2
-rw-r--r--noncore/games/sfcave-sdl/config.in2
-rw-r--r--noncore/games/sfcave/config.in2
-rw-r--r--noncore/net/opierdesktop/config.in6
-rw-r--r--noncore/net/ubrowser/config.in2
8 files changed, 10 insertions, 10 deletions
diff --git a/noncore/games/kbill/config.in b/noncore/games/kbill/config.in
index e21fbce..a505e34 100644
--- a/noncore/games/kbill/config.in
+++ b/noncore/games/kbill/config.in
@@ -1,4 +1,4 @@
config KBILL
boolean "opie-kbill (hit Bill before he can infect your network with a wannabe OS)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/kpacman/config.in b/noncore/games/kpacman/config.in
index b658454..95a0f94 100644
--- a/noncore/games/kpacman/config.in
+++ b/noncore/games/kpacman/config.in
@@ -1,4 +1,4 @@
config KPACMAN
boolean "opie-kpacman (a PacMan clone)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/mindbreaker/config.in b/noncore/games/mindbreaker/config.in
index 70a1238..e3c0812 100644
--- a/noncore/games/mindbreaker/config.in
+++ b/noncore/games/mindbreaker/config.in
@@ -1,4 +1,4 @@
config MINDBREAKER
boolean "opie-mindbreaker (crack the coloured code)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/oyatzee/config.in b/noncore/games/oyatzee/config.in
index 448e622..e79158f 100644
--- a/noncore/games/oyatzee/config.in
+++ b/noncore/games/oyatzee/config.in
@@ -1,4 +1,4 @@
config YATZEE
boolean "opie-yatzee (yatzee game)"
default "n"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/sfcave-sdl/config.in b/noncore/games/sfcave-sdl/config.in
index 4f4d1ab..971e894 100644
--- a/noncore/games/sfcave-sdl/config.in
+++ b/noncore/games/sfcave-sdl/config.in
@@ -1,4 +1,4 @@
config SFCAVE-SDL
boolean "sfcave-sdl (SDL version of this game, needs the proper libraries)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/sfcave/config.in b/noncore/games/sfcave/config.in
index 20fd399..e486276 100644
--- a/noncore/games/sfcave/config.in
+++ b/noncore/games/sfcave/config.in
@@ -1,4 +1,4 @@
config SFCAVE
boolean "opie-sfcave (fly the dot though the cave avoiding the walls)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/net/opierdesktop/config.in b/noncore/net/opierdesktop/config.in
index d7a98cf..c206b34 100644
--- a/noncore/net/opierdesktop/config.in
+++ b/noncore/net/opierdesktop/config.in
@@ -1,6 +1,6 @@
config OPIE-RDESKTOP
boolean "opie-rdesktop (rdp client)"
default "n"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
- comment "opie-rdesktop needs libqpe and libopie1"
- depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE)
+ depends ( LIBQPE || LIBQPE-X11 )
+ comment "opie-rdesktop needs a libqpe"
+ depends !( LIBQPE || LIBQPE-X11 )
diff --git a/noncore/net/ubrowser/config.in b/noncore/net/ubrowser/config.in
index 4237e4b..55f2825 100644
--- a/noncore/net/ubrowser/config.in
+++ b/noncore/net/ubrowser/config.in
@@ -1,4 +1,4 @@
config UBROWSER
boolean "opie-ubrowser (a very small web brower)"
default "n"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 )