aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Dependencies.md
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-18 12:13:10 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-25 11:11:46 -0700
commitb7cb30e175f28b6af555a04bcf7e000eb330578e (patch)
tree2eb25c072e680f5bb043eaa83e3e9a11ca0f4f69 /docs/markdown/Dependencies.md
parentdff40ca259c396568eeb4d05c534781ca148f8e7 (diff)
downloadmeson-b7cb30e175f28b6af555a04bcf7e000eb330578e.zip
meson-b7cb30e175f28b6af555a04bcf7e000eb330578e.tar.gz
meson-b7cb30e175f28b6af555a04bcf7e000eb330578e.tar.bz2
dependencies/hdf5: Convert to a dependency_factory
Instead of a mega dependency that does everything, use a dependency factory for config-tool and pkg-config
Diffstat (limited to 'docs/markdown/Dependencies.md')
-rw-r--r--docs/markdown/Dependencies.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index b89a0aa..efd8728 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -364,6 +364,10 @@ language-specific, you must specify the requested language using the
Meson uses pkg-config to find HDF5. The standard low-level HDF5 function and the `HL` high-level HDF5 functions are linked for each language.
+`method` may be `auto`, `config-tool` or `pkg-config`.
+
+*New in 0.56.0* the `config-tool` method.
+*New in 0.56.0* the dependencies now return proper dependency types and `get_variable` and similar methods should work as expected.
## libwmf