mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: bump GLib and GTK requirements
This commit is contained in:
@ -33,8 +33,8 @@ datadir = get_option('datadir')
|
||||
datadir_for_pc_file = join_paths('${prefix}', datadir)
|
||||
podir = join_paths(meson.current_source_dir(), 'po')
|
||||
|
||||
glib_req = '2.73.0'
|
||||
gtk_req = '4.6'
|
||||
glib_req = '2.76.0'
|
||||
gtk_req = '4.10'
|
||||
polkit_req = '0.105'
|
||||
|
||||
glib_req_version = '>= @0@'.format(glib_req)
|
||||
|
||||
Reference in New Issue
Block a user