diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-18 12:13:10 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-25 11:11:46 -0700 |
commit | b7cb30e175f28b6af555a04bcf7e000eb330578e (patch) | |
tree | 2eb25c072e680f5bb043eaa83e3e9a11ca0f4f69 /docs/markdown/snippets | |
parent | dff40ca259c396568eeb4d05c534781ca148f8e7 (diff) | |
download | meson-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/snippets')
-rw-r--r-- | docs/markdown/snippets/hdf5_dependnecy_improvements.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/hdf5_dependnecy_improvements.md b/docs/markdown/snippets/hdf5_dependnecy_improvements.md new file mode 100644 index 0000000..1f6b2e8 --- /dev/null +++ b/docs/markdown/snippets/hdf5_dependnecy_improvements.md @@ -0,0 +1,6 @@ +## HDF5 dependency improvements + +HDF5 has been improved so that the internal representations have been split. +This allows selecting pkg-config and config-tool dependencies separately. +Both work as proper dependencies of their type, so `get_variable` and similar +now work correctly. |