mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: bump GTK/GLib requirements
This was the case anyway, just be explicit about it.
This commit is contained in:
@ -22,8 +22,8 @@ datadir = get_option('datadir')
|
||||
datadir_for_pc_file = join_paths('${prefix}', datadir)
|
||||
podir = join_paths(meson.current_source_dir(), 'po')
|
||||
|
||||
glib_req_version = '>= 2.68.0'
|
||||
gtk_req_version = '>= 4.4'
|
||||
glib_req_version = '>= 2.73.0'
|
||||
gtk_req_version = '>= 4.6'
|
||||
polkit_req_version = '>= 0.105'
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
Reference in New Issue
Block a user