python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / ltris / Config.in
blobbf73489da41024962058616c085ee84638d1bcd3
1 config BR2_PACKAGE_LTRIS
2         bool "LTris"
3         depends on BR2_USE_MMU # fork()
4         select BR2_PACKAGE_SDL
5         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
6         help
7           LTris is a tetris clone, using SDL. It optionally requires
8           SDL_mixer for audio support. A display with minimum 640x480
9           resolution and a keyboard are recommended.
11           http://lgames.sourceforge.net/index.php?project=LTris
13 if BR2_PACKAGE_LTRIS
15 config BR2_PACKAGE_LTRIS_AUDIO
16         bool "audio support"
17         default y
18         select BR2_PACKAGE_SDL_MIXER
19         help
20           Activates audio support in LTris. Will add SDL_mixer.
22 endif