build: bump version requirements

This commit is contained in:
Christian Hergert
2024-06-24 12:01:48 -07:00
parent 451182942a
commit 530b4a9d12
2 changed files with 5 additions and 5 deletions

View File

@ -44,9 +44,9 @@ need_libsysprof = (need_gtk or
get_option('tools') or
get_option('tests'))
dex_req = '0.3'
glib_req = '2.76.0'
gtk_req = '4.10'
dex_req = '0.6'
glib_req = '2.80.0'
gtk_req = '4.15'
polkit_req = '0.105'
dex_req_version = '>= @0@'.format(dex_req)