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:
Will Thompson 2020-04-06 14:32:22 +01:00
parent 8a764cc0cd
commit c7041f362a
1 changed files with 1 additions and 1 deletions

View File

@ -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',