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
This commit is contained in:
Max Kellermann
2018-11-04 11:54:40 +01:00
parent 6f242836e6
commit e3bc85d7bf
3 changed files with 3 additions and 2 deletions

1
NEWS
View File

@@ -7,6 +7,7 @@ ver 0.21.1 (not yet released)
* fix build failure on Linux-PowerPC
* fix build failure on FreeBSD
* eliminate DLL dependencies on Windows
* require Meson 0.47.2 because a Meson 0.47.1 bug breaks our build
ver 0.21 (2018/10/31)
* configuration