aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2024-02-14 09:15:05 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2024-02-14 19:53:37 +0200
commitefad4ba9c52479150a23a094a89e821e937b1cbd (patch)
treef43f66a5a0bb49a61bf7a2a235ec8ee87fa63ea0
parent65ee397f341688282291b0ef529a7c6aa4c2f9f8 (diff)
downloadmeson-efad4ba9c52479150a23a094a89e821e937b1cbd.zip
meson-efad4ba9c52479150a23a094a89e821e937b1cbd.tar.gz
meson-efad4ba9c52479150a23a094a89e821e937b1cbd.tar.bz2
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.
-rw-r--r--docs/markdown/Dependencies.md5
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`.