From bf7cd9a6179a2f6c63d2ea2749301fbfceea1c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 24 Apr 2020 20:21:37 +0200 Subject: [PATCH] meson: using a fallback without a variable name requires meson >= 0.53 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 22f363c..3dd95b8 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('yambar', 'c', version: '1.4.0', license: 'MIT', - meson_version: '>=0.48.0', + meson_version: '>=0.53.0', default_options: ['c_std=c11', 'warning_level=1', 'werror=true',