From ff06a301f07e1d6e4ae8dbe2aa0a617c598d70e3 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 10 Feb 2020 15:05:42 +0100 Subject: [PATCH] build: Bump libfprint req --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9ad0e43..4f739d0 100644 --- a/meson.build +++ b/meson.build @@ -53,7 +53,7 @@ i18n = import('i18n') cc = meson.get_compiler('c') host_system = host_machine.system() glib_min_version = '2.56' -libfprint_min_version = '1.90.0' +libfprint_min_version = '1.90.1' fprintd_installdir = get_option('prefix') / get_option('libexecdir') fprintd_plugindir = get_option('prefix') / get_option('libdir') / meson.project_name() / 'modules'