Commit a1c1e268 authored by Max Kellermann's avatar Max Kellermann

meson.build: require Meson 0.56.0

I want to use per-subproject warning_level (0.56.0), default_library (0.54.0).
parent 410b8711
...@@ -56,7 +56,7 @@ and unpack it (or `clone the git repository ...@@ -56,7 +56,7 @@ and unpack it (or `clone the git repository
In any case, you need: In any case, you need:
* a C++17 compiler (e.g. GCC 8 or clang 7) * a C++17 compiler (e.g. GCC 8 or clang 7)
* `Meson 0.49.0 <http://mesonbuild.com/>`__ and `Ninja * `Meson 0.56.0 <http://mesonbuild.com/>`__ and `Ninja
<https://ninja-build.org/>`__ <https://ninja-build.org/>`__
* Boost 1.58 * Boost 1.58
* pkg-config * pkg-config
...@@ -158,7 +158,7 @@ This section is about the latter. ...@@ -158,7 +158,7 @@ This section is about the latter.
You need: You need:
* `mingw-w64 <http://mingw-w64.org/doku.php>`__ * `mingw-w64 <http://mingw-w64.org/doku.php>`__
* `Meson 0.49.0 <http://mesonbuild.com/>`__ and `Ninja * `Meson 0.56.0 <http://mesonbuild.com/>`__ and `Ninja
<https://ninja-build.org/>`__ <https://ninja-build.org/>`__
* cmake * cmake
* pkg-config * pkg-config
...@@ -191,7 +191,7 @@ You need: ...@@ -191,7 +191,7 @@ You need:
* Android SDK * Android SDK
* `Android NDK r23 <https://developer.android.com/ndk/downloads>`_ * `Android NDK r23 <https://developer.android.com/ndk/downloads>`_
* `Meson 0.49.0 <http://mesonbuild.com/>`__ and `Ninja * `Meson 0.56.0 <http://mesonbuild.com/>`__ and `Ninja
<https://ninja-build.org/>`__ <https://ninja-build.org/>`__
* cmake * cmake
* pkg-config * pkg-config
......
...@@ -2,7 +2,7 @@ project( ...@@ -2,7 +2,7 @@ project(
'mpd', 'mpd',
['c', 'cpp'], ['c', 'cpp'],
version: '0.23~git', version: '0.23~git',
meson_version: '>= 0.49.0', meson_version: '>= 0.56.0',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',
'build.c_std=c11', 'build.c_std=c11',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment