diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-08 18:29:39 -0400 |
---|---|---|
committer | Philip Withnall <pwithnall@endlessos.org> | 2020-11-14 18:41:07 +0000 |
commit | ab65fb19517423d7cc0a239c1bf725055ec2feda (patch) | |
tree | a1f142b8a40af74854a26ffec59a57c40410033c | |
parent | 1c290acd747b394aee8929740f4f5aa8e63df790 (diff) | |
download | glib-ab65fb19517423d7cc0a239c1bf725055ec2feda.tar.gz |
Bump the libsysprof-capture dependency
We require libsysprof-capture 3.38.0 for
sysprof_collector_request_counters.
-rw-r--r-- | glib/meson.build | 2 | ||||
-rw-r--r-- | 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 |