mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
build: bump meson requirement
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.51.0',
|
meson_version: '>=0.60.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