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>
18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
menuconfig BR2_GAMES
|
|
bool "Games"
|
|
default y
|
|
help
|
|
Support for games
|
|
|
|
if BR2_GAMES
|
|
source "package/games/ace_of_penguins/Config.in"
|
|
source "package/games/doom-wad/Config.in"
|
|
source "package/games/gnuchess/Config.in"
|
|
source "package/games/lxdoom/Config.in"
|
|
source "package/games/magiccube4d/Config.in"
|
|
source "package/games/prboom/Config.in"
|
|
source "package/games/rubix/Config.in"
|
|
source "package/games/vice/Config.in"
|
|
source "package/games/xboard/Config.in"
|
|
endif
|