From 5efd9e468647f4391297e31feab39f6aad2eb778 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 1 Apr 2022 16:55:41 -0700 Subject: [PATCH] build: bump meson requirement --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 73ab4d56..8cc4ec36 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], version: '3.45.0', - meson_version: '>=0.51.0', + meson_version: '>=0.60.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11', 'warning_level=2',