summaryrefslogtreecommitdiff
path: root/lib/sqfs/libsquashfs.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/libsquashfs.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/libsquashfs.pc.in')
-rw-r--r--lib/sqfs/libsquashfs.pc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/sqfs/libsquashfs.pc.in b/lib/sqfs/libsquashfs.pc.in
deleted file mode 100644
index 77d9ad7..0000000
--- a/lib/sqfs/libsquashfs.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: @PACKAGE_NAME@
-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@