From e3bc85d7bfde1452e1ed103d2367fe76769fc366 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Nov 2018 11:54:40 +0100 Subject: 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index dc4142b8f..5d15133d5 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'mpd', ['c', 'cpp'], version: '0.21.1', - meson_version: '>= 0.47', + meson_version: '>= 0.47.2', default_options: [ 'c_std=c99', 'cpp_std=c++14' -- cgit v1.2.3