From 5ade770f7698818db01626c6b3b28d0f0bec6ad1 Mon Sep 17 00:00:00 2001 From: Johannes Schmid Date: Mon, 10 May 2010 20:03:28 +0200 Subject: [PATCH] Add --print-provides and --print-requires-private to the manual page --- pkg-config.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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