Unverified Commit da82fb54 by Edward Thomson Committed by GitHub

Merge pull request #6514 from libgit2/ethomson/libgit2_pc

parents a7561e0e 3142fdba
...@@ -103,10 +103,10 @@ if(SONAME) ...@@ -103,10 +103,10 @@ if(SONAME)
endif() endif()
endif() endif()
pkg_build_config(NAME "${LIBGIT2_FILENAME}" pkg_build_config(NAME "lib${LIBGIT2_FILENAME}"
VERSION ${libgit2_VERSION} VERSION ${libgit2_VERSION}
DESCRIPTION "The git library, take 2" DESCRIPTION "The git library, take 2"
LIBS_SELF git2 LIBS_SELF ${LIBGIT2_FILENAME}
PRIVATE_LIBS ${LIBGIT2_PC_LIBS} PRIVATE_LIBS ${LIBGIT2_PC_LIBS}
REQUIRES ${LIBGIT2_PC_REQUIRES}) REQUIRES ${LIBGIT2_PC_REQUIRES})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment