mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: reduce GLib requirement
This is kept lower so that you can build without GTK on older systems.
Related: 530b4a9d12 (note_2223853)
This commit is contained in:
@ -45,7 +45,7 @@ need_libsysprof = (need_gtk or
|
||||
get_option('tests'))
|
||||
|
||||
dex_req = '0.6'
|
||||
glib_req = '2.80.0'
|
||||
glib_req = '2.76.0'
|
||||
gtk_req = '4.15'
|
||||
polkit_req = '0.105'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user