xref: /OK3568_Linux_fs/buildroot/package/bullet/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BULLET
2*4882a593Smuzhiyun	bool "bullet"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlfcn.h
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Bullet is a Collision Detection and Rigid Body Dynamics
9*4882a593Smuzhiyun	  Library.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://bulletphysics.org
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "bullet needs a toolchain w/ C++, dynamic library, threads, wchar"
14*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
15*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
16