From 022b4a75b1b9e84fc499e0fb757fc72c55b494d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 17 Dec 2019 20:44:37 +0100 Subject: [PATCH] meson: Bump dependency on 0.49.0 We're using some new features, and we may use more in future so better to bump the version to the minimum required than look back given we're still unstable. Fixes #204 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index afd98db..c42cf2d 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project('libfprint', [ 'c', 'cpp' ], 'warning_level=1', 'c_std=c99', ], - meson_version: '>= 0.46.0') + meson_version: '>= 0.49.0') gnome = import('gnome')