mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Require GLib 2.62
g_date_time_format_iso8601 was introduced in this version.
This commit is contained in:
@ -17,7 +17,7 @@ version_split = meson.project_version().split('.')
|
||||
datadir = get_option('datadir')
|
||||
podir = join_paths(meson.source_root(), 'po')
|
||||
|
||||
glib_req_version = '>= 2.50'
|
||||
glib_req_version = '>= 2.62'
|
||||
gtk_req_version = '>= 3.22'
|
||||
polkit_req_version = '>= 0.105'
|
||||
dazzle_req_version = '>= 3.30.0'
|
||||
|
||||
Reference in New Issue
Block a user