Mesa (master): docs: suggest alternative installation methods for meson

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 19 18:25:20 UTC 2020


Module: Mesa
Branch: master
Commit: e94a122642f6f4878e87e9f83baf31a82b9c248e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e94a122642f6f4878e87e9f83baf31a82b9c248e

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Thu Dec  5 20:39:17 2019 +0000

docs: suggest alternative installation methods for meson

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 at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2988>

---

 docs/meson.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/meson.rst b/docs/meson.rst
index 68def26db99..ad06570be22 100644
--- a/docs/meson.rst
+++ b/docs/meson.rst
@@ -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.



More information about the mesa-commit mailing list