mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
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:
parent
7c37e98446
commit
0298bc13bb
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ version=2.83.7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bullet3-${version}"
|
wrksrc="bullet3-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_DEMOS=0 -DBUILD_MULTITHREADING=1
|
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_OPENGL_DEMOS=0 -DBUILD_BULLET2_DEMOS=0
|
||||||
-DBUILD_EXTRAS=1 -DINSTLAL_LIBS=1 -DINSTALL_EXTRA_LIBS=1"
|
-DBUILD_MULTITHREADING=1 -DBUILD_EXTRAS=1 -DINSTLAL_LIBS=1 -DINSTALL_EXTRA_LIBS=1"
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="glu-devel"
|
makedepends="glu-devel"
|
||||||
short_desc="A 3D Collision Detection and Rigid Body Dynamics Library"
|
short_desc="A 3D Collision Detection and Rigid Body Dynamics Library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue