diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-07-04 15:17:30 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2021-07-04 15:18:16 +0100 |
commit | 77f0820a8e11a3d05bdd7ac2e4efadd563918ca3 (patch) | |
tree | 5eaad108bd8bd61f532a4ed5ffdcd9ad7e2b2106 | |
parent | bfafb83069724cfd12882dc022d7217bfb536761 (diff) | |
download | meson-77f0820a8e11a3d05bdd7ac2e4efadd563918ca3.zip meson-77f0820a8e11a3d05bdd7ac2e4efadd563918ca3.tar.gz meson-77f0820a8e11a3d05bdd7ac2e4efadd563918ca3.tar.bz2 |
Consistently capitialize 'Meson' in Dependencies.md
Consistently capitialize 'Meson' where used as a proper name in
Dependencies.md.
-rw-r--r-- | docs/markdown/Dependencies.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index d4a371b..b4cadb7 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -163,12 +163,12 @@ and cmake, except when it is part of the base OS image (such as in FreeBSD and macOS); OpenGL which has pkg-config on Unices from glvnd or mesa, but has no pkg-config on macOS and Windows. -In these cases meson provides convenience wrappers in the form of `system` +In these cases Meson provides convenience wrappers in the form of `system` dependencies. Internally these dependencies do exactly what a user would do in the build system DSL or with a script, likely calling `compiler.find_library()`, setting `link_with` and `include_directories`. By -putting these in meson upstream the barrier of using them is lowered, as -projects using meson don't have to re-implement the logic. +putting these in Meson upstream the barrier of using them is lowered, as +projects using Meson don't have to re-implement the logic. ## Builtin @@ -177,7 +177,7 @@ because they are provided internally by the language. One example of this is intl, which is built into GNU or musl libc but otherwise comes as a `system` dependency. -In these cases meson provides convenience wrappers for the `system` dependency, +In these cases Meson provides convenience wrappers for the `system` dependency, but first checks if the functionality is usable by default. ## CMake |