polygon

Polygon triangulation
git clone git://git.meso-star.fr/polygon.git
Log | Files | Refs | README | LICENSE

commit 29b99068c54f81fe25b5050f1558b061aa79c24d
parent d1c4ef80f1a65f491f6b53f84135df24175c82c6
Author: vaplv <vaplv@free.fr>
Date:   Fri, 17 Mar 2023 12:08:36 +0100

Fix the pkg-config file

Make the RSys library a public dependency, not an internal one

Diffstat:
Mpolygon.pc.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/polygon.pc.in b/polygon.pc.in @@ -2,7 +2,7 @@ prefix=@PREFIX@ includedir=${prefix}/include libdir=${prefix}/lib -Requires.private: rsys >= @RSYS_VERSION@ +Requires: rsys >= @RSYS_VERSION@ Name: Polygon Description: Polygon library Version: @VERSION@