From 42027be5dcf3fef6b5656fc1a9c08a77512f5abc Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 1 Apr 2022 19:07:57 -0700 Subject: [PATCH] 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 13ef35a1..029b5742 100644 --- a/meson.build +++ b/meson.build @@ -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',