Config.in 466 B

123456789101112131415
  1. config BR2_PACKAGE_BULLET
  2. bool "bullet"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_STATIC_LIBS # dlfcn.h
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. depends on BR2_USE_WCHAR
  7. help
  8. Bullet is a Collision Detection and Rigid Body Dynamics
  9. Library.
  10. http://bulletphysics.org
  11. comment "bullet needs a toolchain w/ C++, dynamic library, threads, wchar"
  12. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  13. !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR