mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 13:14:19 +00:00

Before: libdir=/usr//usr/lib64 includedir=/usr//usr/include After: libdir=/usr/lib64 includedir=/usr/include (note the duplication of /usr in the before case)
14 lines
295 B
PkgConfig
14 lines
295 B
PkgConfig
prefix=@PKGCONFIG_PREFIX@
|
|
libdir=@PKGCONFIG_LIBDIR@
|
|
includedir=@PKGCONFIG_INCLUDEDIR@
|
|
|
|
Name: libgit2
|
|
Description: The git library, take 2
|
|
Version: @LIBGIT2_VERSION_STRING@
|
|
|
|
Libs: -L${libdir} -lgit2
|
|
Libs.private: @LIBGIT2_PC_LIBS@
|
|
Requires.private: @LIBGIT2_PC_REQUIRES@
|
|
|
|
Cflags: -I${includedir}
|