1config 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 13 https://bitbucket.org/opentyrian/opentyrian/wiki/Home 14 15if BR2_PACKAGE_OPENTYRIAN 16 17config 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 24endif 25