image-device: Use g_clear_handle_id for timeouts

As per this depend on glib 2.56: it has been released almost 2 years ago,
I suppose we're fine with that.
This commit is contained in:
Marco Trevisan (Treviño)
2019-11-22 13:06:08 +01:00
parent ceb62d7617
commit 8b270141f3
2 changed files with 3 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ libfprint_conf = configuration_data()
cc = meson.get_compiler('c')
cpp = meson.get_compiler('cpp')
host_system = host_machine.system()
glib_min_version = '2.50'
glib_min_version = '2.56'
glib_version_def = 'GLIB_VERSION_@0@_@1@'.format(
glib_min_version.split('.')[0], glib_min_version.split('.')[1])