From ab65fb19517423d7cc0a239c1bf725055ec2feda Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Oct 2020 18:29:39 -0400 Subject: [PATCH] Bump the libsysprof-capture dependency We require libsysprof-capture 3.38.0 for sysprof_collector_request_counters. --- glib/meson.build | 2 +- subprojects/sysprof.wrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/meson.build b/glib/meson.build index aaf40a218..583a31b86 100644 --- a/glib/meson.build +++ b/glib/meson.build @@ -8,7 +8,7 @@ if not use_system_pcre endif # libsysprof-capture support -libsysprof_capture_dep = dependency('sysprof-capture-4', +libsysprof_capture_dep = dependency('sysprof-capture-4', version: '>= 3.38.0', required: get_option('sysprof'), default_options: [ 'enable_examples=false', diff --git a/subprojects/sysprof.wrap b/subprojects/sysprof.wrap index fb669463b..7ae489cdd 100644 --- a/subprojects/sysprof.wrap +++ b/subprojects/sysprof.wrap @@ -1,5 +1,5 @@ [wrap-git] directory=sysprof url=https://gitlab.gnome.org/GNOME/sysprof.git -revision=6b1cd7a722fcebae1ac392562c47957477ade8bf +revision=3.38.0 depth=1