2015-11-06 20:47:57 +01:00
|
|
|
config BR2_PACKAGE_CHOCOLATE_DOOM
|
|
|
|
bool "chocolate-doom"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2019-09-15 20:40:00 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # sdl2
|
|
|
|
select BR2_PACKAGE_SDL2
|
|
|
|
select BR2_PACKAGE_SDL2_MIXER
|
|
|
|
select BR2_PACKAGE_SDL2_NET
|
2015-11-06 20:47:57 +01:00
|
|
|
help
|
|
|
|
Chocolate Doom is a set of conservative source ports for Doom,
|
|
|
|
Heretic, Hexen and Strife, with a philosophy of preserving the
|
|
|
|
look, feel, and bugs of the vanilla versions of each.
|
|
|
|
|
|
|
|
http://www.chocolate-doom.org
|
2019-09-15 20:40:00 +02:00
|
|
|
|
|
|
|
comment "chocolate-doom needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_STATIC_LIBS
|