commit feeba4bc259692bc5f19c7160df8d701c280206f
parent 525a4e0c2f2f21b2504fcb08ab8ada2138b3df68
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 18 Jul 2023 10:58:06 +0200
Remove private libraries from pkgconfig file
Private libraries were both unnecessary and ill-defined. "Unnecessary"
because listed dependencies are already listed as private requirements;
"ill-defined" because the name of the libraries had to be known a
priori, which the private requirements avoid.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/s3dstl.pc.in b/s3dstl.pc.in
@@ -8,5 +8,4 @@ Name: Star-3DSTL
Description: Star-3DSTL library
Version: @VERSION@
Libs: -L${libdir} -ls3dstl
-Libs.private: -ls3d -lsstl
CFlags: -I${includedir}