From eb647299d465599c99fd3845f4d0a5258139b842 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Oct 2020 19:23:23 -0400 Subject: build: Require sysprof 3.38.0 We use sysprof_collector_request_counters, which was introduced in sysprof 3.38.0. --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ab4e0a1f31..85a605c2c9 100644 --- a/meson.build +++ b/meson.build @@ -34,6 +34,7 @@ graphene_req = '>= 1.9.1' epoxy_req = '>= 1.4' cloudproviders_req = '>= 0.3.1' xkbcommon_req = '>= 0.2.0' +sysprof_req = '>= 3.38.0' gnome = import('gnome') @@ -680,7 +681,7 @@ cdata.set('HAVE_CLOUDPROVIDERS', cloudproviders_dep.found()) # libsysprof-capture support if not get_option('sysprof').disabled() - libsysprof_capture_dep = dependency('sysprof-capture-4', + libsysprof_capture_dep = dependency('sysprof-capture-4', version: sysprof_req, required: get_option('sysprof'), default_options: [ 'enable_examples=false', -- cgit v1.2.1