- Removed fix-pkgconfig-cflags.patch
- Added fix-pkgconfig-includedir.patch
- Update to v2.89
* New implementation of volumetric deformable objects and cloth
based on the Finite Element Method
* Two-way coupling between deformabled and rigit/multi body
is achieved using a unified constraint solver
OBS-URL: https://build.opensuse.org/request/show/769261
OBS-URL: https://build.opensuse.org/package/show/games/libbullet?expand=0&rev=18
13 lines
443 B
Diff
13 lines
443 B
Diff
diff -Naur a/bullet.pc.cmake b/bullet.pc.cmake
|
|
--- a/bullet.pc.cmake 2019-12-20 19:26:32.000000000 -0500
|
|
+++ b/bullet.pc.cmake 2020-02-01 00:18:39.859704707 -0500
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@LIB_DESTINATION@
|
|
-includedir=${prefix}/@INCLUDE_INSTALL_DIR@
|
|
+includedir=${prefix}/include/bullet
|
|
|
|
Name: bullet
|
|
Description: Bullet Continuous Collision Detection and Physics Library
|