mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: relax GLib requirement to 2.56
This commit is contained in:
@ -18,7 +18,7 @@ datadir = get_option('datadir')
|
||||
datadir_for_pc_file = join_paths('${prefix}', datadir)
|
||||
podir = join_paths(meson.source_root(), 'po')
|
||||
|
||||
glib_req_version = '>= 2.61.3'
|
||||
glib_req_version = '>= 2.56'
|
||||
gtk_req_version = '>= 3.22'
|
||||
polkit_req_version = '>= 0.105'
|
||||
dazzle_req_version = '>= 3.30.0'
|
||||
|
||||
Reference in New Issue
Block a user