summaryrefslogtreecommitdiff
path: root/pkg-config.1
diff options
context:
space:
mode:
Diffstat (limited to 'pkg-config.1')
-rw-r--r--pkg-config.115
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg-config.1 b/pkg-config.1
index 6a1142a..e91a949 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -344,6 +344,21 @@ to PKG_CHECK_MODULES(), but does not set variables or print errors.
Similar to PKG_CHECK_MODULES, make sure that the first instance of
this or PKG_CHECK_MODULES is called, or make sure to call
PKG_CHECK_EXISTS manually.
+.TP
+.I "PKG_INSTALLDIR(DIRECTORY)"
+
+Substitutes the variable pkgconfigdir as the location where a module
+should install pkg-config .pc files. By default the directory is
+$libdir/pkgconfig, but the default can be changed by passing DIRECTORY.
+The user can override through the --with-pkgconfigdir parameter.
+.TP
+.I "PKG_NOARCH_INSTALLDIR(DIRECTORY)"
+
+Substitutes the variable noarch_pkgconfigdir as the location where a
+module should install arch-independent pkg-config .pc files. By default
+the directory is $datadir/pkgconfig, but the default can be changed by
+passing DIRECTORY. The user can override through the
+--with-noarch-pkgconfigdir parameter.
.SH METADATA FILE SYNTAX
To add a library to the set of packages \fIpkg-config\fP knows about,