kumquat-buildroot/package/ltris/Config.in
Julien Boibessot 3ed7b4921e Add LTris package (SDL game)
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-11 00:20:34 +01:00

21 lines
486 B
Plaintext

config BR2_PACKAGE_LTRIS
bool "LTris"
select BR2_PACKAGE_SDL
help
LTris as a tetris clone, using SDL. It optionally requires
SDL_mixer for audio support. A display with minimum 640x480
resolution and a keyboard are recommanded.
http://lgames.sourceforge.net/index.php?project=LTris
if BR2_PACKAGE_LTRIS
config BR2_PACKAGE_LTRIS_AUDIO
bool "audio support"
default y
select BR2_PACKAGE_SDL_MIXER
help
Activates audio support in LTris. Will add SDL_mixer.
endif