build: bump dex requirement

We need various new API there.
This commit is contained in:
Christian Hergert
2023-07-17 17:12:17 -07:00
parent a701b03b03
commit 8bb45686c6

View File

@ -46,7 +46,7 @@ need_libsysprof_capture = true
need_libsysprof_profile = get_option('libsysprof') or get_option('agent')
need_libsysprof_analyze = get_option('libsysprof') or get_option('agent')
dex_req = '0.2'
dex_req = '0.3'
glib_req = '2.76.0'
gtk_req = '4.10'
polkit_req = '0.105'