Blame SOURCES/0152-meson-Bump-dependency-on-0.49.0.patch

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