mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 04:50:32 +01:00
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:
parent
4edc026776
commit
7e8a4d6c85
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue