Config.in 533 B

1234567891011121314151617
  1. config BR2_PACKAGE_IRRLICHT
  2. bool "irrlicht"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_PACKAGE_XORG7
  5. depends on BR2_PACKAGE_HAS_LIBGL # use GLX
  6. select BR2_PACKAGE_XLIB_LIBXXF86VM # libXxf86vm
  7. help
  8. An open source high performance realtime 3D graphics engine.
  9. http://irrlicht.sourceforge.net/
  10. comment "irrlicht needs a toolchain w/ C++"
  11. depends on !BR2_INSTALL_LIBSTDCPP
  12. comment "irrlicht needs X11 and an OpenGL provider"
  13. depends on !BR2_PACKAGE_HAS_LIBGL || !BR2_PACKAGE_XORG7
  14. depends on BR2_INSTALL_LIBSTDCPP