summaryrefslogtreecommitdiffstats
path: root/docs/meson.html
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-04-13 15:05:55 -0700
committerDylan Baker <[email protected]>2018-04-24 14:08:15 -0700
commit5a670d08c02c2fdfd8eb57914939045c1bdfb9b4 (patch)
tree194c0b37b6ac28914b8a22680ebb5f84ec190b47 /docs/meson.html
parent1546f76a39f0539821dd9bb4706576730e864fd2 (diff)
meson: raise required version to 0.44.1
We have already required 0.44 for building clover and swr, so it was already partially required. This just makes it required across the board instead of just for clover and swr. There is a bug in 0.44 which makes it impossible to build mesa in some configurations, so require 0.44.1 which fixes this. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'docs/meson.html')
-rw-r--r--docs/meson.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/meson.html b/docs/meson.html
index b8877585112..d05b5fe347b 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -24,10 +24,7 @@ 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><strong>Mesa requires Meson >= 0.42.0 to build in general.</strong>
-
-Additionaly, to build the Clover OpenCL state tracker or the OpenSWR driver
-meson 0.44.0 or greater is required.
+<p><strong>Mesa requires Meson >= 0.44.1 to build.</strong>
Some older versions of meson do not check that they are too old and will error
out in odd ways.