ruby: bump version to 2.4.1
[buildroot-gz.git] / package / bullet / Config.in
blobd4d69d2c9e17e26a34436f9a5f3d9af253177e80
1 config BR2_PACKAGE_BULLET
2         bool "bullet"
3         depends on BR2_INSTALL_LIBSTDCPP
4         # Affected by
5         # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68476
6         depends on !BR2_microblaze
7         help
8           Bullet is a Collision Detection and Rigid Body Dynamics
9           Library.
11           http://bulletphysics.org
13 comment "bullet needs a toolchain w/ C++"
14         depends on !BR2_INSTALL_LIBSTDCPP
15         depends on !BR2_microblaze