docs: suggest alternative installation methods for meson
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 5 Dec 2019 20:39:17 +0000 (20:39 +0000)
committerMarge Bot <eric+marge@anholt.net>
Fri, 19 Jun 2020 18:05:25 +0000 (18:05 +0000)
A couple of popular distros have a habit of never updating anything.
Point their users towards ways of using current versions of meson anyway.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2988>

docs/meson.rst

index 68def26db99bd654dbf495cad09b87edea8a12a6..ad06570be2212dc0e62a6f10c6f2141810f3b9bf 100644 (file)
@@ -10,7 +10,14 @@ website <https://mesonbuild.com/>`__.
 **Mesa's Meson build system is generally considered stable and ready for
 production.**
 
-.. note:: Mesa requires Meson >= 0.52.0 to build.
+.. note::
+
+   Mesa requires Meson >= 0.52.0 to build.
+
+   If your distribution doesn't have something recent enough in its
+   repositories, you can `try the methods suggested here
+   <https://mesonbuild.com/Getting-meson.html>`__ to install the
+   current version of Meson.
 
 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin,
 Haiku, FreeBSD, DragonflyBSD, NetBSD, and should work on OpenBSD.