void-packages/srcpkgs/bullet/patches/disableExample.patch

11 lines
505 B
Diff
Raw Normal View History

--- a/examples/CMakeLists.txt 2020-10-07 20:28:14.000000000 +0200
+++ b/examples/CMakeLists.txt 2020-10-07 20:28:14.000000000 +0200
2020-10-10 19:18:15 +00:00
@@ -1,6 +1,6 @@
SUBDIRS( HelloWorld BasicDemo)
IF(BUILD_BULLET3)
- SUBDIRS( ExampleBrowser RobotSimulator SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow TwoJoint )
+ SUBDIRS( ExampleBrowser RobotSimulator ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow TwoJoint )
ENDIF()
IF(BUILD_PYBULLET)