[tracker-miners/sam/glib-2.62] build: Bump GLib dependency to 2.62 minimum
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/sam/glib-2.62] build: Bump GLib dependency to 2.62 minimum
- Date: Sun, 10 May 2020 20:06:40 +0000 (UTC)
commit f9ba656bed783fc3d75ef8ac6ba689b430a97d10
Author: Sam Thursfield <sam afuera me uk>
Date: Sun May 10 22:05:02 2020 +0200
build: Bump GLib dependency to 2.62 minimum
Since commit b130725ebdd832235fb6 we use
g_file_info_get_modification_date_time() in one of the tests. This
was introduced in GLib 2.62.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 3bae627a2..89e1e24bb 100644
--- a/meson.build
+++ b/meson.build
@@ -14,7 +14,7 @@ tracker_versioned_name = 'tracker-miners-@0@'.format(tracker_api_major)
libdir = join_paths(get_option('prefix'), get_option('libdir'))
datadir = join_paths(get_option('prefix'), get_option('datadir'))
-glib_required = '2.40.0'
+glib_required = '2.62.0'
if get_option('tracker_core') == 'system'
tracker_sparql = dependency('tracker-sparql-3.0', required: false)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]