diff options
author | Dylan Baker <[email protected]> | 2018-09-18 09:01:45 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-09-21 10:03:15 -0700 |
commit | 1da60667b527bc78bfe9b23ae5c0078b11e18b31 (patch) | |
tree | 4c7c31df317712d90656ed5d6147502273428233 /docs/meson.html | |
parent | 509ea4649a96a11e762490b87bbba960cf113967 (diff) |
docs: update meson docs to reflect the current status
v2: - minor grammar changes
- fix typo
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/meson.html')
-rw-r--r-- | docs/meson.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/meson.html b/docs/meson.html index 29907a60a9c..ea8fc985982 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -21,10 +21,10 @@ <p><strong>The Meson build system is generally considered stable and ready for production</strong></p> -<p>The meson build is tested on on Linux, macOS, Cygwin and Haiku, it should -work on FreeBSD, DragonflyBSD, NetBSD, and OpenBSD.</p> +<p>The meson build is tested on Linux, macOS, Cygwin and Haiku, FreeBSD, +DragonflyBSD, NetBSD, and should work on OpenBSD.</p> -<p><strong>Mesa requires Meson >= 0.44.1 to build.</strong> +<p><strong>Mesa requires Meson >= 0.45.0 to build.</strong> Some older versions of meson do not check that they are too old and will error out in odd ways. |