Provide proper pkg-config .pc files
[babeltrace.git] / src / babeltrace2.pc.in
index 646aeb47c10b7599066ec003d06d7f9d953ed4c3..cf29e90d4c66531aac799a0efef60d90ea0cc8d0 100644 (file)
@@ -3,12 +3,10 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: Babeltrace
-Description: libbabeltrace2 provides a reader for trace files, reading mainly the
-Common Trace Format (CTF).
+Name: Babeltrace 2
+Description: Babeltrace 2 library to support plugins and create trace processing graphs
 Version: @PACKAGE_VERSION@
-Requires:
-Requires.private: uuid popt
 Libs: -L${libdir} -lbabeltrace2
+Libs.private: @UUID_LIBS@
 Cflags: -I${includedir}
-
+Cflags.private: @UUID_CFLAGS@
This page took 0.023694 seconds and 4 git commands to generate.