Move all to deprecated folder.
This commit is contained in:
15
deprecated/firmware/buildroot/package/bullet/Config.in
Normal file
15
deprecated/firmware/buildroot/package/bullet/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_BULLET
|
||||
bool "bullet"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
# Affected by
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68476
|
||||
depends on !BR2_microblaze
|
||||
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
|
||||
depends on !BR2_microblaze
|
||||
18
deprecated/firmware/buildroot/package/bullet/bullet.mk
Normal file
18
deprecated/firmware/buildroot/package/bullet/bullet.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# bullet
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This is the git id of the 2.82 release.
|
||||
BULLET_VERSION = 19f999ac087e68ffc2551ffb73e35e60271a0d27
|
||||
BULLET_SITE = $(call github,bulletphysics,bullet3,$(BULLET_VERSION))
|
||||
BULLET_INSTALL_STAGING = YES
|
||||
BULLET_LICENSE = zlib license
|
||||
BULLET_LICENSE_FILES = BulletLicense.txt COPYING
|
||||
|
||||
# Disable GLUT support since there is no freeglut or OpenGLUT package and we
|
||||
# don't build the demos apps.
|
||||
BULLET_CONF_OPTS = -DUSE_GLUT=OFF -DBUILD_DEMOS=OFF
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user