e573e0313b
- Remove patch (already in version) - Switch to sdl2 - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
555 B
Plaintext
18 lines
555 B
Plaintext
config BR2_PACKAGE_CHOCOLATE_DOOM
|
|
bool "chocolate-doom"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS # sdl2
|
|
select BR2_PACKAGE_SDL2
|
|
select BR2_PACKAGE_SDL2_MIXER
|
|
select BR2_PACKAGE_SDL2_NET
|
|
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
|
|
|
|
comment "chocolate-doom needs a toolchain w/ dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS
|