2008-09-24 15:03:22 +02:00
|
|
|
config BR2_PACKAGE_PRBOOM
|
2014-12-14 09:52:11 +01:00
|
|
|
bool "prboom"
|
2016-03-21 20:33:07 +01:00
|
|
|
# These result in internal compiler error
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
2008-09-24 15:03:22 +02:00
|
|
|
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
|
2016-03-21 20:33:08 +01:00
|
|
|
rendering, while still keeping the old style alive.
|
2008-09-24 15:03:22 +02:00
|
|
|
|
|
|
|
http://prboom.sourceforge.net/
|