diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-09-24 13:03:22 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-09-24 13:03:22 +0000 |
commit | 005d15ae78f33e39ef3355e49ee9f0702e612af8 (patch) | |
tree | c237ae650e676b3fe9cf37afd338f31e2b3983e9 /package/games/Config.in | |
parent | 7108decafe79ff862837a1a7a8f447eed90eb28f (diff) | |
download | buildroot-novena-005d15ae78f33e39ef3355e49ee9f0702e612af8.tar.gz buildroot-novena-005d15ae78f33e39ef3355e49ee9f0702e612af8.zip |
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>
Diffstat (limited to 'package/games/Config.in')
-rw-r--r-- | package/games/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/games/Config.in b/package/games/Config.in index 3ed5393f6..4d7302796 100644 --- a/package/games/Config.in +++ b/package/games/Config.in @@ -10,6 +10,7 @@ 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" |