Config.in 555 B

1234567891011121314151617
  1. config 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. http://www.chocolate-doom.org
  13. comment "chocolate-doom needs a toolchain w/ dynamic library"
  14. depends on BR2_USE_MMU
  15. depends on BR2_STATIC_LIBS