summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schmid <jhs@jsschmid.de>2010-05-10 20:03:28 +0200
committerTollef Fog Heen <tfheen@err.no>2010-05-10 20:03:28 +0200
commit5ade770f7698818db01626c6b3b28d0f0bec6ad1 (patch)
tree093f682ceeb29b59b4897fb8716ca397855f61c2
parentd690466af412b3735b4334842a4abc4f6e9b8a34 (diff)
Add --print-provides and --print-requires-private to the manual page
-rw-r--r--pkg-config.110
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg-config.1 b/pkg-config.1
index 7acb1ef..9965dc9 100644
--- a/pkg-config.1
+++ b/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