commit 0a0d07de5899e4384db4ae7ab2383feeb091c235
parent 5c20d1b2c580c4a57a2cc7c946f4bda5f9f03c42
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 31 Oct 2023 12:23:07 +0100
Marginal update of pc file template
Wrap sources to ensure maximum line length of 72 columns.
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/rngrd.pc.in b/rngrd.pc.in
@@ -3,7 +3,12 @@ includedir=${prefix}/include
libdir=${prefix}/lib
Requires: rsys >= @RSYS_VERSION@, s3d >= @S3D_VERSION@
-Requires.private: mrumtl >= @MRUMTL_VERSION@, rnsl >= @RNSL_VERSION@, sbuf >= @SBUF_VERSION@, smsh >= @SMSH_VERSION@, ssf >= @SSF_VERSION@
+Requires.private:\
+ mrumtl >= @MRUMTL_VERSION@,\
+ rnsl >= @RNSL_VERSION@,\
+ sbuf >= @SBUF_VERSION@,\
+ smsh >= @SMSH_VERSION@,\
+ ssf >= @SSF_VERSION@
Name: rngrd
Description: Rad-Net GRounD
Version: @VERSION@