File: disable-Extra-modules.patch

package info (click to toggle)
bullet 2.87%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,272 kB
  • sloc: cpp: 204,241; ansic: 12,100; lisp: 12,017; python: 593; makefile: 136; sh: 8
file content (23 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Markus Koschany <apo@debian.org>
Date: Sat, 7 Oct 2017 16:34:28 +0200
Subject: disable Extra modules

BulletRobotics and obj2sdf require ThirdParty libs. Remove the Files-Excluded
lines in debian/copyright and run debian/rules get-orig-source, if you want to
build those modules locally.

Forwarded: not-needed
---
 Extras/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Extras/CMakeLists.txt b/Extras/CMakeLists.txt
index 6b35357..91610d6 100644
--- a/Extras/CMakeLists.txt
+++ b/Extras/CMakeLists.txt
@@ -1,4 +1,4 @@
-SUBDIRS( InverseDynamics BulletRobotics obj2sdf Serialize ConvexDecomposition HACD GIMPACTUtils )
+SUBDIRS( InverseDynamics Serialize ConvexDecomposition HACD GIMPACTUtils )