Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b977d01

Browse files
author
Vicent Marti
committed
Merge pull request libgit2#3268 from libgit2/vmg/pkg-config-sort
pkg-config: Sort the different sections
2 parents 84d5a98 + 6a5fb1f commit b977d01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libgit2.pc.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@
44
Name: libgit2
55
Description: The git library, take 2
66
Version: @LIBGIT2_VERSION_STRING@
7-
Requires.private: @LIBGIT2_PC_REQUIRES@
8-
Libs.private: @LIBGIT2_PC_LIBS@
7+
98
Libs: -L${libdir} -lgit2
9+
Libs.private: @LIBGIT2_PC_LIBS@
10+
Requires.private: @LIBGIT2_PC_REQUIRES@
11+
1012
Cflags: -I${includedir}

0 commit comments

Comments
 (0)