From 8bb45686c663fa378e21f1b87fc2a1ab8ddd3caa Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 17 Jul 2023 17:12:17 -0700 Subject: [PATCH] build: bump dex requirement We need various new API there. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f56df63b..ef5e76d1 100644 --- a/meson.build +++ b/meson.build @@ -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'