star-3d

Surface structuring for efficient 3D geometric queries
git clone git://git.meso-star.fr/star-3d.git
Log | Files | Refs | README | LICENSE

commit 8d3d78d7dc10f665b0dc7c289da2b518030ffe4c
parent cfad6ece016e81fe15091384756c26ac4ee53d9d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 20 Jul 2022 14:30:50 +0200

Update the pkg-config file

Diffstat:
MMakefile | 7++++---
Ms3d.pc.in | 2+-
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -85,9 +85,10 @@ libs3d.so: $(OBJ) pkg: @echo "Setup s3d.pc" @sed -e 's#@PREFIX@#$(PREFIX)#g' \ - -e 's#@VERSION@#$(VERSION)#g' \ - -e 's#@RSYS_VERSION@#$(RSYS_VERSION)#g' \ - s3d.pc.in > s3d.pc + -e 's#@VERSION@#$(VERSION)#g' \ + -e 's#@RSYS_VERSION@#$(RSYS_VERSION)#g' \ + -e 's#@EMBREE_VERSION@#$(EMBREE_VERSION)#g' \ + s3d.pc.in > s3d.pc install: build_library pkg mkdir -p $(DESTDIR)$(PREFIX)/lib diff --git a/s3d.pc.in b/s3d.pc.in @@ -2,7 +2,7 @@ prefix=@PREFIX@ includedir=${prefix}/include libdir=${prefix}/lib -Requires.private: rsys >= @RSYS_VERSION@ +Requires.private: rsys >= @RSYS_VERSION@, embree >= @EMBREE_VERSION@ Name: Star-3D Description: Star-3D library Version: @VERSION@