From 4551c1a14d918529c4d7818d8fe1489bd790a581 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 20 Apr 2023 23:49:19 +0200 Subject: [PATCH] meson: bump minimum meson version to 0.55.0 As per issue #87 this is the minimum we can build with - and 0.56.x is available in debian stable which we is used as a bar for inclusion. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f19cfe2..ff1fe2f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('babl', 'c', license: 'LGPL3+', version: '0.1.103', - meson_version: '>=0.54.0', + meson_version: '>=0.55.0', default_options: [ 'buildtype=debugoptimized' ], -- 2.30.2