summaryrefslogtreecommitdiff
path: root/lib/sqfs/libsquashfs0.pc.in
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-13 12:50:54 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-13 12:52:16 +0100
commitba3cf4e511ec4b6fc9aa5f6bfb72f432cd159c35 (patch)
tree00d3647c2ab92ed1e86a37ae36ac3577333b7cbb /lib/sqfs/libsquashfs0.pc.in
parent93e93ad11d342ac46f40018ff7b4b0ac1d044909 (diff)
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/sqfs/libsquashfs0.pc.in')
-rw-r--r--lib/sqfs/libsquashfs0.pc.in13
1 files changed, 13 insertions, 0 deletions
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@