005d15ae78
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>
12 lines
356 B
Plaintext
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/
|