mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +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')
|
datadir = get_option('datadir')
|
||||||
podir = join_paths(meson.source_root(), 'po')
|
podir = join_paths(meson.source_root(), 'po')
|
||||||
|
|
||||||
glib_req_version = '>= 2.50'
|
glib_req_version = '>= 2.62'
|
||||||
gtk_req_version = '>= 3.22'
|
gtk_req_version = '>= 3.22'
|
||||||
polkit_req_version = '>= 0.105'
|
polkit_req_version = '>= 0.105'
|
||||||
dazzle_req_version = '>= 3.30.0'
|
dazzle_req_version = '>= 3.30.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user