Skip to content

Commit 47e2a35

Browse files
author
skmcontrib
committed
doc: Document ALLOW_HOST_PACKAGES dependency option
1 parent cb1ee15 commit 47e2a35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ The following can be set when running make: `make FOO=bar`
101101
<dd>Don't download/build/cache libs needed to enable the wallet</dd>
102102
<dt>NO_UPNP</dt>
103103
<dd>Don't download/build/cache packages needed for enabling upnp</dd>
104+
<dt>ALLOW_HOST_PACKAGES</dt>
105+
<dd>Packages that are missed in dependencies (due to `NO_*` option or
106+
build script logic) are searched for among the host system packages using
107+
`pkg-config`. It allows building with packages of other (newer) versions</dd>
104108
<dt>MULTIPROCESS</dt>
105109
<dd>build libmultiprocess (experimental, requires cmake)</dd>
106110
<dt>DEBUG</dt>

0 commit comments

Comments
 (0)