diff options
author | Pete Dietl <petedietl@gmail.com> | 2023-04-11 10:40:05 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-11 12:44:16 +0300 |
commit | a912193fd8ed5e673009e879c088aa70b297811a (patch) | |
tree | 46bc82babb7a77c1687537c6ce37b7db9cae8f2e /docs | |
parent | eb472a133f45826a246b40c3d775eebf098fd6b1 (diff) | |
download | meson-a912193fd8ed5e673009e879c088aa70b297811a.zip meson-a912193fd8ed5e673009e879c088aa70b297811a.tar.gz meson-a912193fd8ed5e673009e879c088aa70b297811a.tar.bz2 |
Fix spelling and grammar in Dependencies.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Dependencies.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index d95b835..356b181 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -43,7 +43,7 @@ You can pass the `opt_dep` variable to target construction functions whether the actual dependency was found or not. Meson will ignore non-found dependencies. -Meson also allows to get variables that are defined in the +Meson also allows one to get variables that are defined in a `pkg-config` file. This can be done by using the [[dep.get_pkgconfig_variable]] function. @@ -69,8 +69,8 @@ page](#dependencies-with-custom-lookup-functionality). *Note* new in 0.51.0 *new in 0.54.0, the `internal` keyword* -When you need to get an arbitrary variables from a dependency that can -be found multiple ways and you don't want to constrain the type you +When you need to get an arbitrary variable from a dependency that can +be found multiple ways and you don't want to constrain the type, you can use the generic `get_variable` method. This currently supports cmake, pkg-config, and config-tool based variables. |