author | mickeyl <mickeyl> | 2004-03-29 13:06:44 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-29 13:06:44 (UTC) |
commit | 0b450f97843d3cf062d1e7e07b52a958e7c64b30 (patch) (unidiff) | |
tree | 8a31114469c1631899439e419f0bd9dbbac1057f | |
parent | 1e99b88d5fd3c58049d117f1d51bd746d0fd6352 (diff) | |
download | opie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.zip opie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.tar.gz opie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.tar.bz2 |
remove bogus libopie dependencies
-rw-r--r-- | noncore/games/kbill/config.in | 2 | ||||
-rw-r--r-- | noncore/games/kpacman/config.in | 2 | ||||
-rw-r--r-- | noncore/games/mindbreaker/config.in | 2 | ||||
-rw-r--r-- | noncore/games/oyatzee/config.in | 2 | ||||
-rw-r--r-- | noncore/games/sfcave-sdl/config.in | 2 | ||||
-rw-r--r-- | noncore/games/sfcave/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opierdesktop/config.in | 6 | ||||
-rw-r--r-- | noncore/net/ubrowser/config.in | 2 |
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 @@ | |||
1 | config KBILL | 1 | config KBILL |
2 | boolean "opie-kbill (hit Bill before he can infect your network with a wannabe OS)" | 2 | boolean "opie-kbill (hit Bill before he can infect your network with a wannabe OS)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | 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 @@ | |||
1 | config KPACMAN | 1 | config KPACMAN |
2 | boolean "opie-kpacman (a PacMan clone)" | 2 | boolean "opie-kpacman (a PacMan clone)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | 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 @@ | |||
1 | config MINDBREAKER | 1 | config MINDBREAKER |
2 | boolean "opie-mindbreaker (crack the coloured code)" | 2 | boolean "opie-mindbreaker (crack the coloured code)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | 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 @@ | |||
1 | config YATZEE | 1 | config YATZEE |
2 | boolean "opie-yatzee (yatzee game)" | 2 | boolean "opie-yatzee (yatzee game)" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | 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 @@ | |||
1 | config SFCAVE-SDL | 1 | config SFCAVE-SDL |
2 | boolean "sfcave-sdl (SDL version of this game, needs the proper libraries)" | 2 | boolean "sfcave-sdl (SDL version of this game, needs the proper libraries)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | 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 @@ | |||
1 | config SFCAVE | 1 | config SFCAVE |
2 | boolean "opie-sfcave (fly the dot though the cave avoiding the walls)" | 2 | boolean "opie-sfcave (fly the dot though the cave avoiding the walls)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | 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 @@ | |||
1 | config OPIE-RDESKTOP | 1 | config OPIE-RDESKTOP |
2 | boolean "opie-rdesktop (rdp client)" | 2 | boolean "opie-rdesktop (rdp client)" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |
5 | comment "opie-rdesktop needs libqpe and libopie1" | 5 | comment "opie-rdesktop needs a libqpe" |
6 | depends !(( LIBQPE || LIBQPE-X11 ) && LIBOPIE) | 6 | 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 @@ | |||
1 | config UBROWSER | 1 | config UBROWSER |
2 | boolean "opie-ubrowser (a very small web brower)" | 2 | boolean "opie-ubrowser (a very small web brower)" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |