Files
libbullet/fix-pkgconfig-includedir.patch
Dirk Stoecker b62cded26a Accepting request 769261 from home:demonpig:Games:Libraries
- 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
2020-02-05 09:58:23 +00:00

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