mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 23:20:54 +00:00
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:
@ -1,7 +1,7 @@
|
|||||||
project('sysprof', 'c',
|
project('sysprof', 'c',
|
||||||
license: ['GPL3+', 'GPL2+'],
|
license: ['GPL3+', 'GPL2+'],
|
||||||
version: '3.45.0',
|
version: '3.45.0',
|
||||||
meson_version: '>=0.60.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [ 'c_std=gnu11',
|
default_options: [ 'c_std=gnu11',
|
||||||
'cpp_std=c++11',
|
'cpp_std=c++11',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|||||||
Reference in New Issue
Block a user