diff options
Diffstat (limited to 'docs/markdown/Dependencies.md')
-rw-r--r-- | docs/markdown/Dependencies.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 965a3dd..88e6575 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -476,9 +476,8 @@ language-specific, you must specify the requested language using the * `dependency('hdf5', language: 'cpp')` for the C++ HDF5 headers and libraries * `dependency('hdf5', language: 'fortran')` for the Fortran HDF5 headers and libraries -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. +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`. |