author | mickeyl <mickeyl> | 2004-03-29 13:06:44 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-29 13:06:44 (UTC) |
commit | 0b450f97843d3cf062d1e7e07b52a958e7c64b30 (patch) (side-by-side diff) | |
tree | 8a31114469c1631899439e419f0bd9dbbac1057f /noncore/games/sfcave-sdl | |
parent | 1e99b88d5fd3c58049d117f1d51bd746d0fd6352 (diff) | |
download | opie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.zip opie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.tar.gz opie-0b450f97843d3cf062d1e7e07b52a958e7c64b30.tar.bz2 |
remove bogus libopie dependencies
-rw-r--r-- | noncore/games/sfcave-sdl/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |