Config.in 677 B

123456789101112131415161718192021222324
  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
  7. SDL, 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
  10. needed to play the game.
  11. If you want some sound, activate ALSA with OSS emulation.
  12. https://bitbucket.org/opentyrian/opentyrian/wiki/Home
  13. if BR2_PACKAGE_OPENTYRIAN
  14. config BR2_PACKAGE_OPENTYRIAN_NET
  15. bool "network support"
  16. default y
  17. select BR2_PACKAGE_SDL_NET
  18. help
  19. Activates network support in OpenTyrian. Will add SDL_net.
  20. endif