1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-24 10:57:53 +02:00

Bump the libsysprof-capture dependency

We require libsysprof-capture 3.38.0 for
sysprof_collector_request_counters.
This commit is contained in:
Matthias Clasen
2020-10-08 18:29:39 -04:00
committed by Philip Withnall
parent 1c290acd74
commit ab65fb1951
2 changed files with 2 additions and 2 deletions

@@ -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',

@@ -1,5 +1,5 @@
[wrap-git]
directory=sysprof
url=https://gitlab.gnome.org/GNOME/sysprof.git
revision=6b1cd7a722fcebae1ac392562c47957477ade8bf
revision=3.38.0
depth=1