summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2015-06-29 12:27:09 +0200
committerVicent Marti <vicent@github.com>2015-06-29 12:27:09 +0200
commitb977d0177222fea47f721acd225030eda09e65ba (patch)
tree31339e0df974159d2cc46eca700a8b6be153e84b
parent84d5a98f806cb80b97fcf81558d91a183b26cb1c (diff)
parent6a5fb1f4cc5cb8de311acf1af6b7d8a0ea35876e (diff)
downloadlibgit2-b977d0177222fea47f721acd225030eda09e65ba.tar.gz
Merge pull request #3268 from libgit2/vmg/pkg-config-sort
pkg-config: Sort the different sections
-rw-r--r--libgit2.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/libgit2.pc.in b/libgit2.pc.in
index 8f5279234..3d825a49f 100644
--- a/libgit2.pc.in
+++ b/libgit2.pc.in
@@ -4,7 +4,9 @@ includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@
Name: libgit2
Description: The git library, take 2
Version: @LIBGIT2_VERSION_STRING@
-Requires.private: @LIBGIT2_PC_REQUIRES@
-Libs.private: @LIBGIT2_PC_LIBS@
+
Libs: -L${libdir} -lgit2
+Libs.private: @LIBGIT2_PC_LIBS@
+Requires.private: @LIBGIT2_PC_REQUIRES@
+
Cflags: -I${includedir}