aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Dependencies.md
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-29 14:55:38 -0700
committerGitHub <noreply@github.com>2020-09-29 14:55:38 -0700
commit137c3124e23f0f589c8855aafcd7897aa6d8c544 (patch)
treeeadd5f53f37aa92f91506e2b6f2e253080d0fa66 /docs/markdown/Dependencies.md
parent400ec2d6857ba72147a3d9389777ec64e12fe67e (diff)
parentbffd981246792e97c0a28fb53da49ff601873e76 (diff)
downloadmeson-137c3124e23f0f589c8855aafcd7897aa6d8c544.zip
meson-137c3124e23f0f589c8855aafcd7897aa6d8c544.tar.gz
meson-137c3124e23f0f589c8855aafcd7897aa6d8c544.tar.bz2
Merge pull request #7758 from dcbaker/submit/hdf5-factory
dependencies/hdf5: Convert to a dependency_factory
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