commit 80fb92ca5e736ed2cdf33e13a4c74fd4a3177fa6
parent d2c2b3e2860c4f4f6be380ec009bb6657a006d6f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 12 Jul 2023 14:51:32 +0200
Update the pkg-config file
Update the dependency name embree to embree4 since that is actually the
name of the pkg-config file we are using. We are also adding the math
library as a private library to link to in order to use Star-2D as a
static library.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/s2d.pc.in b/s2d.pc.in
@@ -3,9 +3,10 @@ includedir=${prefix}/include
libdir=${prefix}/lib
Requires: rsys >= @RSYS_VERSION@
-Requires.private: embree >= @EMBREE_VERSION@
+Requires.private: embree4 >= @EMBREE_VERSION@
Name: Star-2D
Description: Star-2D library
Version: @VERSION@
Libs: -L${libdir} -ls2d
+Libs.private: -lm
CFlags: -I${includedir}