kumquat-buildroot/package/games/prboom/Config.in
Hans-Christian Egtvedt 005d15ae78 prboom: add new games package PrBoom
This patch adds a new package PrBoom. PrBoom is a Doom and Doom ][ client which
uses the SDL library for graphics, sound and network. It also supports OpenGL,
but this has not been enabled in this package since few embedded platforms
support OpenGL.

PrBoom allows you to play the good old game on newer hardware. It even supports
higher resolution and better rendring, while still keeping the old style alive.

http://prboom.sourceforge.net/

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24 13:03:22 +00:00

12 lines
356 B
Plaintext

config BR2_PACKAGE_PRBOOM
bool "PrBoom"
select BR2_PACKAGE_SDL
select BR2_PACKAGE_SDL_MIXER
select BR2_PACKAGE_SDL_NET
help
PrBoom is a Doom client which allows you to play the good old game on
newer hardware. It even supports higher resolution and better
rendring, while still keeping the old style alive.
http://prboom.sourceforge.net/