[gtk/matthiasc/for-master: 7/10] build: Require sysprof 3.38.0
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 7/10] build: Require sysprof 3.38.0
- Date: Fri, 9 Oct 2020 11:53:15 +0000 (UTC)
commit eb647299d465599c99fd3845f4d0a5258139b842
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Oct 8 19:23:23 2020 -0400
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',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]