From 7e8a4d6c850092a12ab5164879fb7bfcf45734f0 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 30 Mar 2009 20:53:02 +0200 Subject: 2009-03-30 Tollef Fog Heen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * pkg-config.1: Verbosify the text about Libs.private a bit. Patch from Loïc Minier. --- ChangeLog | 3 +++ pkg-config.1 | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1