meson: bump minimum version to 0.50.0
WARNING: Project specifies a minimum meson_version '>= 0.49.0' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'}
This commit is contained in:
parent
8a764cc0cd
commit
c7041f362a
|
@ -1,6 +1,6 @@
|
|||
project('malcontent', 'c',
|
||||
version : '0.7.0',
|
||||
meson_version : '>= 0.49.0',
|
||||
meson_version : '>= 0.50.0',
|
||||
license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
|
||||
default_options : [
|
||||
'buildtype=debugoptimized',
|
||||
|
|
Loading…
Reference in New Issue