From ba3cf4e511ec4b6fc9aa5f6bfb72f432cd159c35 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 13 Dec 2019 12:50:54 +0100 Subject: Fix name of libsquashfs pkg-config file This fixes both the name inside the file, as well as the file name by adding the major version suffix. Signed-off-by: David Oberhollenzer --- lib/sqfs/libsquashfs0.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/sqfs/libsquashfs0.pc.in (limited to 'lib/sqfs/libsquashfs0.pc.in') diff --git a/lib/sqfs/libsquashfs0.pc.in b/lib/sqfs/libsquashfs0.pc.in new file mode 100644 index 0000000..e1c823f --- /dev/null +++ b/lib/sqfs/libsquashfs0.pc.in @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libsquashfs +Version: @PACKAGE_VERSION@ +Description: A library for working with SquashFS file systems. + +Cflags: -I${includedir} +Libs: -L${libdir} -lsquashfs @PTHREAD_LIBS@ + +Requires.private: @LIBSQFS_DEP_MOD@ -- cgit v1.2.3