xref: /OK3568_Linux_fs/buildroot/package/bullet/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  http://bulletphysics.org
12
13comment "bullet needs a toolchain w/ C++, dynamic library, threads, wchar"
14	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
15		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
16