bullet: disable all demos and examples

Trying to build examples with gcc6 for musl results in
an internal compiler error.
This commit is contained in:
Juergen Buchmueller 2016-10-10 04:16:15 +02:00
parent 7c37e98446
commit 0298bc13bb

View File

@ -4,8 +4,8 @@ version=2.83.7
revision=1
wrksrc="bullet3-${version}"
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_DEMOS=0 -DBUILD_MULTITHREADING=1
-DBUILD_EXTRAS=1 -DINSTLAL_LIBS=1 -DINSTALL_EXTRA_LIBS=1"
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_OPENGL_DEMOS=0 -DBUILD_BULLET2_DEMOS=0
-DBUILD_MULTITHREADING=1 -DBUILD_EXTRAS=1 -DINSTLAL_LIBS=1 -DINSTALL_EXTRA_LIBS=1"
hostmakedepends="cmake"
makedepends="glu-devel"
short_desc="A 3D Collision Detection and Rigid Body Dynamics Library"