diff options
| author | Jouke Witteveen <j.witteveen@gmail.com> | 2024-02-14 09:15:05 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-02-14 19:53:37 +0200 |
| commit | efad4ba9c52479150a23a094a89e821e937b1cbd (patch) | |
| tree | f43f66a5a0bb49a61bf7a2a235ec8ee87fa63ea0 /docs/markdown | |
| parent | 65ee397f341688282291b0ef529a7c6aa4c2f9f8 (diff) | |
| download | meson-efad4ba9c52479150a23a094a89e821e937b1cbd.tar.gz | |
docs: Remove outdated HDF5 dependency pkg-config statement
A config-tool method has been supported since c02593f and it says so
just a few lines below the outdated statement.
Diffstat (limited to 'docs/markdown')
| -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 965a3dde9..88e6575a7 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`. |
