summaryrefslogtreecommitdiff
path: root/pkg-config.1
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2009-03-30 20:53:02 +0200
committerTollef Fog Heen <tfheen@err.no>2009-03-30 20:53:02 +0200
commit7e8a4d6c850092a12ab5164879fb7bfcf45734f0 (patch)
treeaf5b281dda6910f95bb39ec2a44702a9d59de3db /pkg-config.1
parent4edc026776a0bfc9269108a769c02dc6f3dd19fd (diff)
downloadpkg-config-7e8a4d6c850092a12ab5164879fb7bfcf45734f0.tar.gz
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.
Diffstat (limited to 'pkg-config.1')
-rw-r--r--pkg-config.14
1 files changed, 3 insertions, 1 deletions
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.