From: Tollef Fog Heen Date: Mon, 30 Mar 2009 18:53:02 +0000 (+0200) Subject: 2009-03-30 Tollef Fog Heen X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e8a4d6c850092a12ab5164879fb7bfcf45734f0;p=pkg-config 2009-03-30 Tollef Fog Heen * pkg-config.1: Verbosify the text about Libs.private a bit. Patch from Loïc Minier. --- diff --git a/ChangeLog b/ChangeLog index f50ae3d..ccfedee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-03-30 Tollef Fog Heen + * pkg-config.1: Verbosify the text about Libs.private a bit. Patch + from Loïc Minier. + * pkg-config.1: Add documentation for --cflags-only-I, patch from Loïc Minier. diff --git a/pkg-config.1 b/pkg-config.1 index 7edc2e0..375db76 100644 --- a/pkg-config.1 +++ b/pkg-config.1 @@ -396,7 +396,9 @@ add those automatically. .I "Libs.private:" This line should list any private libraries in use. Private libraries are libraries which are not exposed through your library, but are -needed in the case of static linking. +needed in the case of static linking. This differs from +\fIRequires.private:\fP in that it references libraries that do not have +package files installed. .TP .I "Cflags:" This line should list the compile flags specific to your package.