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.
This commit is contained in:
Tollef Fog Heen 2009-03-30 20:53:02 +02:00
parent 4edc026776
commit 7e8a4d6c85
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View 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.