2015-04-24 21:46:11 +02:00
|
|
|
config BR2_PACKAGE_BULLET
|
|
|
|
bool "bullet"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2021-05-06 22:50:48 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2021-05-20 08:58:26 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2021-05-14 23:18:01 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2015-04-24 21:46:11 +02:00
|
|
|
help
|
|
|
|
Bullet is a Collision Detection and Rigid Body Dynamics
|
|
|
|
Library.
|
|
|
|
|
|
|
|
http://bulletphysics.org
|
|
|
|
|
2021-05-20 08:58:26 +02:00
|
|
|
comment "bullet needs a toolchain w/ C++, dynamic library, threads, wchar"
|
2021-05-14 23:18:01 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
2021-05-20 08:58:26 +02:00
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|