summaryrefslogtreecommitdiff
path: root/doc/user.rst
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-04 11:54:40 +0100
committerMax Kellermann <max@musicpd.org>2018-11-04 11:54:40 +0100
commite3bc85d7bfde1452e1ed103d2367fe76769fc366 (patch)
treeb53154854ea97992235bc43822a0047d3867ee2a /doc/user.rst
parent6f242836e6ea5f9de303d4b0a0622d06580ea310 (diff)
meson.build: require Meson 0.47.2
Meson 0.47.1 suffers from a bug which breaks linking the MPD executable because the `-lpthread` flag is not propagated from our `thread.a`. See https://github.com/mesonbuild/meson/pull/3895 Closes #403
Diffstat (limited to 'doc/user.rst')
-rw-r--r--doc/user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst
index 0f6188b60..e9bd3e960 100644
--- a/doc/user.rst
+++ b/doc/user.rst
@@ -54,7 +54,7 @@ Download the source tarball from the `MPD home page <https://musicpd.org>`_ and
In any case, you need:
* a C++14 compiler (e.g. gcc 6.0 or clang 3.9)
-* `Meson 0.47 <http://mesonbuild.com/>`__ and `Ninja
+* `Meson 0.47.2 <http://mesonbuild.com/>`__ and `Ninja
<https://ninja-build.org/>`__
* Boost 1.58
* pkg-config