Merge branch 'meson-warnings' into 'master'
meson: bump minimum version to 0.50.0 See merge request pwithnall/malcontent!59
This commit is contained in:
commit
78d553bafd
|
@ -1,6 +1,6 @@
|
||||||
project('malcontent', 'c',
|
project('malcontent', 'c',
|
||||||
version : '0.7.0',
|
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'],
|
license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
|
||||||
default_options : [
|
default_options : [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
|
Loading…
Reference in New Issue