meson.build: require GCC 8 or clang 5
Commit 60f957ed64
broken the GCC 7 build, but instead of working
around missing C++17 features in old compilers, let's update the
compiler version requirements.
This commit raises the clang requirement to version 5 because this is
the first version to support `constexpr` lambdas, to be used to
`Dsd2Pcm.cxx`.
This commit is contained in:
@@ -53,7 +53,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 7 or clang 4)
|
||||
* a C++14 compiler (e.g. GCC 8 or clang 5)
|
||||
* `Meson 0.49.0 <http://mesonbuild.com/>`__ and `Ninja
|
||||
<https://ninja-build.org/>`__
|
||||
* Boost 1.58
|
||||
|
Reference in New Issue
Block a user