The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bullet / bullet.mk
1 ################################################################################
2 #
3 # bullet
4 #
5 ################################################################################
6
7 # This is the git id of the 2.82 release.
8 BULLET_VERSION = 19f999ac087e68ffc2551ffb73e35e60271a0d27
9 BULLET_SITE = $(call github,bulletphysics,bullet3,$(BULLET_VERSION))
10 BULLET_INSTALL_STAGING = YES
11 BULLET_LICENSE = zlib license
12 BULLET_LICENSE_FILES = BulletLicense.txt COPYING
13
14 # Disable GLUT support since there is no freeglut or OpenGLUT package and we
15 # don't build the demos apps.
16 BULLET_CONF_OPTS = -DUSE_GLUT=OFF -DBUILD_DEMOS=OFF
17
18 $(eval $(cmake-package))