Config.in 733 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_FLARE_ENGINE
  2. bool "flare-engine"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_STATIC_LIBS # SDL2
  5. select BR2_PACKAGE_LIBPNG # SDL2_IMAGE needs libpng support
  6. select BR2_PACKAGE_SDL2
  7. select BR2_PACKAGE_SDL2_IMAGE
  8. select BR2_PACKAGE_SDL2_MIXER
  9. select BR2_PACKAGE_SDL2_TTF
  10. help
  11. Flare (Free Libre Action Roleplaying Engine) is a simple game
  12. engine built to handle a very specific kind of game:
  13. single-player 2D action RPGs.
  14. Flare is not a reimplementation of an existing game or engine.
  15. It is a tribute to and exploration of the action RPG genre.
  16. http://flarerpg.org
  17. comment "flare-engine needs a toolchain w/ C++, dynamic library"
  18. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS