xref: /OK3568_Linux_fs/buildroot/package/chocolate-doom/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_CHOCOLATE_DOOM
2	bool "chocolate-doom"
3	depends on BR2_USE_MMU # fork()
4	depends on !BR2_STATIC_LIBS # sdl2
5	select BR2_PACKAGE_SDL2
6	select BR2_PACKAGE_SDL2_MIXER
7	select BR2_PACKAGE_SDL2_NET
8	help
9	  Chocolate Doom is a set of conservative source ports for Doom,
10	  Heretic, Hexen and Strife, with a philosophy of preserving the
11	  look, feel, and bugs of the vanilla versions of each.
12
13	  http://www.chocolate-doom.org
14
15comment "chocolate-doom needs a toolchain w/ dynamic library"
16	depends on BR2_USE_MMU
17	depends on BR2_STATIC_LIBS
18