mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 04:50:32 +01:00
Document PKG*INSTALLDIR autoconf macros in manpage
Freedesktop #54463 (https://bugs.freedesktop.org/show_bug.cgi?id=54463)
This commit is contained in:
parent
69beecddb5
commit
30245b2a89
1 changed files with 15 additions and 0 deletions
15
pkg-config.1
15
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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue