2008-03-23 Stepan Kasal <skasal@redhat.com>

* pkg-config.1: Document "Requires.private" and recommend it
      for libraries.  Freedesktop #13188
This commit is contained in:
Tollef Fog Heen 2008-03-23 20:46:08 +01:00
parent a3701dc44f
commit 53abbad201
2 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2008-03-23 Stepan Kasal <skasal@redhat.com>
* pkg-config.1: Document "Requires.private" and recommend it
for libraries. Freedesktop #13188
* pkg-config.1: Fix a few typos--add two omitted .TP tags and two
omitted full stops; and empty lines do influence the formatting in
nroff.

View file

@ -357,6 +357,19 @@ checks. You may only mention the same package one time on the
.I "Requires:"
line. If the version of a package is unspecified, any version will
be used with no checking.
TP
.I Requires.private:
A list of packages required by this package. The difference from
.I Requires
is that the packages listed under
.I Requires.private
are not taken into account when a flag list is computed for
dynamically linked executable (i.e., when \-\-static was not
specified). In the situation where each .pc file corresponds to a
library,
.I Requires.private
shall be used exclusively to specify the dependencies between the
libraries.
.TP
.I "Conflicts:"
This optional line allows \fIpkg-config\fP to perform additional