summaryrefslogtreecommitdiff
path: root/libgit2.pc.in
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2008-12-31 01:48:36 +0100
committerShawn O. Pearce <spearce@spearce.org>2008-12-30 16:50:45 -0800
commit6f6a17db05a83620cef4572761831c20a70ba9b9 (patch)
tree783257d3b6a3279dc62d194bea3b7f301a899351 /libgit2.pc.in
parentc960d6a3f97ebd360dc3c9ea00fdb3cd5dc56224 (diff)
downloadlibgit2-6f6a17db05a83620cef4572761831c20a70ba9b9.tar.gz
Fix pkgconfig file wrt last added dependencies
libz and libcrypto dependencies were added recently while libgit2.pc did not get updated. Signed-off-by: Steve Frécinaux <code@istique.net> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'libgit2.pc.in')
-rw-r--r--libgit2.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgit2.pc.in b/libgit2.pc.in
index 9e2cd50ab..89528ef25 100644
--- a/libgit2.pc.in
+++ b/libgit2.pc.in
@@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: libgit2
Description: The git library, take 2
Version: 0.0.1
-Requires:
-Libs: -L${libdir} -lgit2
+Requires: libcrypto
+Libs: -L${libdir} -lgit2 -lz -lcrypto
Cflags: -I${includedir}