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:
Christian Hergert
2024-09-16 09:48:15 -07:00
parent c50e089226
commit e5382d1b8c

View File

@ -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'