author | kergoth <kergoth> | 2003-04-01 07:40:36 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-01 07:40:36 (UTC) |
commit | 14d3e700f80f8e26f3f3cceaa7174d5f1c445bd7 (patch) (side-by-side diff) | |
tree | e37fb367966cce174fe2cf2e5eb47b9e3fd3f650 | |
parent | e74e3a64223b5b57ca0c23c77ba06c63e648f09a (diff) | |
download | opie-14d3e700f80f8e26f3f3cceaa7174d5f1c445bd7.zip opie-14d3e700f80f8e26f3f3cceaa7174d5f1c445bd7.tar.gz opie-14d3e700f80f8e26f3f3cceaa7174d5f1c445bd7.tar.bz2 |
Correct the unintentional redefinition of the sfcave-sdl token from bool to string
-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 9d56c0c..c921903 100644 --- a/noncore/games/sfcave-sdl/config.in +++ b/noncore/games/sfcave-sdl/config.in @@ -1,5 +1,5 @@ + comment "sfcave-sdl (warning: requires libsdl)" config SFCAVE-SDL boolean "sfcave-sdl" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE - string "sfcave-sdl (warning: requires libsdl)" |