mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Bump the libsysprof-capture dependency
We require libsysprof-capture 3.38.0 for sysprof_collector_request_counters.
This commit is contained in:
parent
1c290acd74
commit
ab65fb1951
@ -8,7 +8,7 @@ if not use_system_pcre
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# libsysprof-capture support
|
# 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'),
|
required: get_option('sysprof'),
|
||||||
default_options: [
|
default_options: [
|
||||||
'enable_examples=false',
|
'enable_examples=false',
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
directory=sysprof
|
directory=sysprof
|
||||||
url=https://gitlab.gnome.org/GNOME/sysprof.git
|
url=https://gitlab.gnome.org/GNOME/sysprof.git
|
||||||
revision=6b1cd7a722fcebae1ac392562c47957477ade8bf
|
revision=3.38.0
|
||||||
depth=1
|
depth=1
|
||||||
|
Loading…
Reference in New Issue
Block a user