summaryrefslogtreecommitdiff
path: root/libgit2.pc.in
diff options
context:
space:
mode:
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}