Provide proper pkg-config .pc files
[babeltrace.git] / src / babeltrace2-ctf-writer.pc.in
index 504d85976689204b692ea47a605470e1d0356214..3ff2a74ae358b0edb9ecf00ae4749786c14ca8b3 100644 (file)
@@ -3,11 +3,10 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: Babeltrace CTF parser
-Description: libbabeltrace2-ctf provides the specific bits necessary to write a Common Trace Format (CTF) trace.
+Name: Babeltrace 2 CTF writer
+Description: Common Trace Format (CTF) writer library from Babeltrace 2
 Version: @PACKAGE_VERSION@
-Requires:
-Requires.private: uuid popt
 Libs: -L${libdir} -lbabeltrace2-ctf-writer
+Libs.private: @UUID_LIBS@
 Cflags: -I${includedir}
-
+Cflags.private: @UUID_CFLAGS@
This page took 0.023028 seconds and 4 git commands to generate.