mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 21:34:15 +00:00

b3237ac3
changed CMakeList.txt to use the more standard LIB_INSTALL_DIR
variable instead of INSTALL_LIB, but forgot to change libgit2.pc.in etc.
accordingly.
10 lines
264 B
PkgConfig
10 lines
264 B
PkgConfig
libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/@INSTALL_INC@
|
|
|
|
Name: libgit2
|
|
Description: The git library, take 2
|
|
Version: @LIBGIT2_VERSION_STRING@
|
|
Requires: libcrypto
|
|
Libs: -L${libdir} -lgit2 -lz -lcrypto
|
|
Cflags: -I${includedir}
|