[gtk: 3/72] build: Require sysprof 3.38.0




commit 2d927d0ee078b736f83a9bf931279fa662c997b9
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]