Append "library" to pkg-config packages names
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Jun 2019 18:02:58 +0000 (14:02 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Jun 2019 18:02:58 +0000 (14:02 -0400)
It looks like most pkg-config package names have "library" in them, so
have it also in our files to normalize them.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I5fd111e842edf9b55daaec034763d79878db8680

src/babeltrace2-ctf-writer.pc.in
src/babeltrace2.pc.in

index 3ff2a74ae358b0edb9ecf00ae4749786c14ca8b3..380ac930e0e10812a773980ec031f6fc1784a4e7 100644 (file)
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: Babeltrace 2 CTF writer
+Name: Babeltrace 2 CTF writer library
 Description: Common Trace Format (CTF) writer library from Babeltrace 2
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lbabeltrace2-ctf-writer
index cf29e90d4c66531aac799a0efef60d90ea0cc8d0..af831e00127c13b8cf9449af56d15c7cbae88827 100644 (file)
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: Babeltrace 2
+Name: Babeltrace 2 library
 Description: Babeltrace 2 library to support plugins and create trace processing graphs
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lbabeltrace2
This page took 0.024636 seconds and 4 git commands to generate.