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:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user