bf73489da41024962058616c085ee84638d1bcd3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ltris / Config.in
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.
10
11           http://lgames.sourceforge.net/index.php?project=LTris
12
13 if BR2_PACKAGE_LTRIS
14
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.
21
22 endif