[glib/task-trace: 1/5] Bump the libsysprof-capture dependency




commit ed76fe7bb8e333800fd880016094cf1ddd97f04b
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 8 18:29:39 2020 -0400

    Bump the libsysprof-capture dependency
    
    We require libsysprof-capture 3.38.0 for
    sysprof_collector_request_counters.

 glib/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/meson.build b/glib/meson.build
index 7e0edb905..f16d300d6 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]