forked from ariadne/pkgconf
Document environment variables
parent
cfa4e4591c
commit
ef59baf304
11
pkgconf.1
11
pkgconf.1
|
@ -122,3 +122,14 @@ file. This can be used with graphviz to visualize module interdependencies.
|
||||||
Displaying the CFLAGS of a package:
|
Displaying the CFLAGS of a package:
|
||||||
.Dl $ pkgconf --cflags foo
|
.Dl $ pkgconf --cflags foo
|
||||||
.Dl -fPIC -I/usr/include/foo
|
.Dl -fPIC -I/usr/include/foo
|
||||||
|
.Sh ENVIRONMENT
|
||||||
|
.Bl -tag -width indent
|
||||||
|
.It Va PKG_CONFIG_PATH
|
||||||
|
List of directories where
|
||||||
|
.Sq .pc
|
||||||
|
files are looked up.
|
||||||
|
.It Va PKG_CONFIG_SYSROOT_DIR
|
||||||
|
.Sq sysroot
|
||||||
|
directory, will be prepended to every path defined in
|
||||||
|
.Va PKG_CONFIG_PATH .
|
||||||
|
Useful for cross compilation.
|
||||||
|
|
Loading…
Reference in New Issue