mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-21 08:51:30 +03:00
[Thomas:
- move package to 'Libraries -> Graphics'
- wrap the Config.in help text
- change license from "Zlib" to "zlib license" to match what the
zlib package is doing.]
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
config BR2_PACKAGE_BULLET
|
|
bool "bullet"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Bullet is a Collision Detection and Rigid Body Dynamics
|
|
Library.
|
|
|
|
http://bulletphysics.org
|
|
|
|
comment "bullet needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|