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
|
2015-04-24 21:46:11 +02:00
|
|
|
help
|
|
|
|
Bullet is a Collision Detection and Rigid Body Dynamics
|
|
|
|
Library.
|
|
|
|
|
|
|
|
http://bulletphysics.org
|
|
|
|
|
2021-05-06 22:50:48 +02:00
|
|
|
comment "bullet needs a toolchain w/ C++, dynamic library"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|