[tracker: 1/2] build: Raise glib dep to 2.46.0



commit 7d224bd0d8f553333e73f877a0714581ee2be894
Author: Mart Raudsepp <leio gentoo org>
Date:   Wed Feb 13 11:08:34 2019 +0200

    build: Raise glib dep to 2.46.0
    
    It used to be 2.44.0 in configure.ac, and the code does use at least
    g_strv_contains, which is new in 2.44.
    It now also uses g_async_queue_push_front_unlocked and
    g_settings_schema_list_keys, which are new in 2.46.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 10bb5d1bd..016b99a87 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@ libversion = '@0@.@1@.@2@'.format(soversion, tracker_binary_age - tracker_interf
 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.46.0'
 
 # 3.6.11 for sqlite_backup API
 # 3.6.16 to fix test failures


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