[tracker-miners/wip/sthursfield/debian10-hacks: 5/5] HACK: Meson: Specify GLib 2.58




commit 1dd922b8cb04275a5582ce0c4cd82c33d73df202
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed Jun 16 14:20:08 2021 +0200

    HACK: Meson: Specify GLib 2.58
    
    This is the version in Debian 10.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 4f777fc05..8be9e3718 100644
--- a/meson.build
+++ b/meson.build
@@ -14,7 +14,7 @@ tracker_versioned_name = 'tracker@0@-miners'.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.62.0'
+glib_required = '2.58.0'
 tracker_required = '3.1.0'
 
 if get_option('tracker_core') == 'system'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]