mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-28 14:08:17 +02:00
Add --print-provides and --print-requires-private to the manual page
This commit is contained in:
parent
d690466af4
commit
5ade770f76
1 changed files with 10 additions and 0 deletions
10
pkg-config.1
10
pkg-config.1
|
|
@ -37,6 +37,7 @@ pkg-config \- Return metainformation about installed libraries
|
|||
[\-\-uninstalled]
|
||||
[\-\-exists] [\-\-atleast-version=VERSION] [\-\-exact-version=VERSION]
|
||||
[\-\-max-version=VERSION] [\-\-list\-all] [LIBRARIES...]
|
||||
[\-\-print-provides] [\-\-print-requires] [\-\-print-requires-private] [LIBRARIES...]
|
||||
.SH DESCRIPTION
|
||||
|
||||
The \fIpkg-config\fP program is used to retrieve information about
|
||||
|
|
@ -225,6 +226,15 @@ output.
|
|||
.TP
|
||||
.I "--list-all"
|
||||
List all modules found in the \fIpkg-config\fP path.
|
||||
.TP
|
||||
-I "--print-provdes"
|
||||
List all modules the given packages provides.
|
||||
.TP
|
||||
.I "--print-requires"
|
||||
List all modules the given packages requires.
|
||||
.TP
|
||||
.I "--print-requires-private"
|
||||
List all modules the given packages requires for static linking (see --static).
|
||||
.\"
|
||||
.SH ENVIRONMENT VARIABLES
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue