]> err.no Git - pkg-config/commitdiff
2009-03-30 Tollef Fog Heen <tfheen@err.no>
authorTollef Fog Heen <tfheen@err.no>
Mon, 30 Mar 2009 18:53:02 +0000 (20:53 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 30 Mar 2009 18:53:02 +0000 (20:53 +0200)
* pkg-config.1: Verbosify the text about Libs.private a bit. Patch
from Loïc Minier.

ChangeLog
pkg-config.1

index f50ae3d445aff6ac20fbb8cd84ff1d2ce70f1c41..ccfedee9222dd1325cb0ad3a457de70f540b2b84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-03-30  Tollef Fog Heen  <tfheen@err.no>
 
+       * 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.
 
index 7edc2e06e7da05018f8adf51310341ab2c7c74ac..375db76e01b8a6dc75b6bd55a385fbe0aa72b5d1 100644 (file)
@@ -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.