Commit b977d0177222fea47f721acd225030eda09e65ba

Vicent Marti 2015-06-29T12:27:09

Merge pull request #3268 from libgit2/vmg/pkg-config-sort pkg-config: Sort the different sections

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/libgit2.pc.in b/libgit2.pc.in
index 8f52792..3d825a4 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}