31 lines
806 B
Diff
31 lines
806 B
Diff
From 28930f4b4016a992596b40abe31a8aeb315e4cd5 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
|
|
Date: Tue, 17 Dec 2019 20:44:37 +0100
|
|
Subject: [PATCH 152/181] 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')
|
|
|
|
--
|
|
2.24.1
|
|
|