b0c519fae887ec6bb42d91adcf918e5ac74716b6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / opentyrian / Config.in
1 config BR2_PACKAGE_OPENTYRIAN
2         bool "OpenTyrian"
3         select BR2_PACKAGE_SDL
4         select BR2_PACKAGE_OPENTYRIAN_DATA
5         help
6           OpenTyrian is a port of the DOS shoot-em-up Tyrian. It uses SDL,
7           making it easily cross-platform.
8           It requires the original data files to run.
9           A display with minimum 640x480 resolution and a keyboard are needed
10           to play the game.
11           If you want some sound, activate ALSA with OSS emulation.
12
13           https://bitbucket.org/opentyrian/opentyrian/wiki/Home
14
15 if BR2_PACKAGE_OPENTYRIAN
16
17 config BR2_PACKAGE_OPENTYRIAN_NET
18         bool "network support"
19         default y
20         select BR2_PACKAGE_SDL_NET
21         help
22           Activates network support in OpenTyrian. Will add SDL_net.
23
24 endif