summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2019-02-27 22:55:21 +0100
committerMax Kellermann <max@musicpd.org>2019-03-18 09:11:46 +0100
commitc66389a453c6acb8d78bfba86baee9b7071eb553 (patch)
tree924ec157dcc25260f53c784b0dae5c7ef0223601 /doc
parentb63c1a21447e5ef4eaf602c0129f5e11d555ea3c (diff)
meson.build: require Meson 0.49.0
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file.
Diffstat (limited to 'doc')
-rw-r--r--doc/user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst
index 9bc049d8e..5ab9539db 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.2 <http://mesonbuild.com/>`__ and `Ninja
+* `Meson 0.49.0 <http://mesonbuild.com/>`__ and `Ninja
<https://ninja-build.org/>`__
* Boost 1.58
* pkg-config