solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit ba8a95ccb8ba60abc4b2cba0bb9aefae4fa8b475
parent 1963c5401b1fa3b78f58a51bef90412722dd994a
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 17 Apr 2026 10:47:19 +0200

Fix pkg-config requirements

Some dependencies should have been listed in the Requires.private
section, but where in the Requires one.

Diffstat:
Mssol.pc.in | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ssol.pc.in b/ssol.pc.in @@ -3,10 +3,10 @@ includedir=${prefix}/include libdir=${prefix}/lib Requires: \ - rsys >= @RSYS_VERSION@,\ - s3d >= @S3D_VERSION@,\ - star-sp >= @SSP_VERSION@ + rsys >= @RSYS_VERSION@ Requires.private:\ + s3d >= @S3D_VERSION@,\ + star-sp >= @SSP_VERSION@,\ scpr >= @SCPR_VERSION@,\ ssf >= @SSF_VERSION@ Name: ssol