From: Dylan Baker Date: Tue, 18 Sep 2018 16:01:45 +0000 (-0700) Subject: docs: update meson docs to reflect the current status X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1da60667b527bc78bfe9b23ae5c0078b11e18b31;p=mesa.git docs: update meson docs to reflect the current status v2: - minor grammar changes - fix typo Reviewed-by: Eric Engestrom --- 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 @@

The Meson build system is generally considered stable and ready for production

-

The meson build is tested on on Linux, macOS, Cygwin and Haiku, it should -work on FreeBSD, DragonflyBSD, NetBSD, and OpenBSD.

+

The meson build is tested on Linux, macOS, Cygwin and Haiku, FreeBSD, +DragonflyBSD, NetBSD, and should work on OpenBSD.

-

Mesa requires Meson >= 0.44.1 to build. +

Mesa requires Meson >= 0.45.0 to build. Some older versions of meson do not check that they are too old and will error out in odd ways.