176e408b36
[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>
19 lines
639 B
Makefile
19 lines
639 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|