mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 14:37:30 +00:00

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>
12 lines
242 B
PkgConfig
12 lines
242 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libgit2
|
|
Description: The git library, take 2
|
|
Version: 0.0.1
|
|
Requires: libcrypto
|
|
Libs: -L${libdir} -lgit2 -lz -lcrypto
|
|
Cflags: -I${includedir}
|