meson.build: require Meson 0.49.0
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file.
This commit is contained in:
committed by
Max Kellermann
parent
b63c1a2144
commit
c66389a453
@@ -2,7 +2,7 @@ project(
|
||||
'mpd',
|
||||
['c', 'cpp'],
|
||||
version: '0.21.7',
|
||||
meson_version: '>= 0.47.2',
|
||||
meson_version: '>= 0.49.0',
|
||||
default_options: [
|
||||
'c_std=c99',
|
||||
'cpp_std=c++14'
|
||||
|
||||
Reference in New Issue
Block a user