build: drop meson requirement to 0.59

It's what fedora has in F36, so try to limit ourselves to that rather than
jumping far forward too quickly.
This commit is contained in:
Christian Hergert
2022-04-01 19:07:57 -07:00
parent c9416a5d62
commit 42027be5dc

View File

@ -1,7 +1,7 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
version: '3.45.0',
meson_version: '>=0.60.0',
meson_version: '>=0.59.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',
'warning_level=2',