From f4ff493d992e9d6322bd3cc6c37eee3759e6149b Mon Sep 17 00:00:00 2001 From: phase <64127681+phasephasephase@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:47:36 -0600 Subject: [PATCH] Update meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 760c614..31ef13c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('libsingularity', ['vala', 'c'], version: '0.1.0', license: 'LGPL-2.1-only', - meson_version: '>= 0.59.0', + meson_version: '>= 1.10.0', ) gnome = import('gnome')