[gnome-builder] sysprof: bump to sysprof-4 ABI



commit 372a117f4f9c6f9c32a0c07d6632902565eb0660
Author: Christian Hergert <chergert redhat com>
Date:   Sat Jul 4 11:26:55 2020 -0700

    sysprof: bump to sysprof-4 ABI

 meson.build                     | 4 ++--
 src/plugins/sysprof/meson.build | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index dbd3549e8..a5acaf52d 100644
--- a/meson.build
+++ b/meson.build
@@ -280,10 +280,10 @@ foreach func: check_functions
 endforeach
 
 #
-# If we have sysprof-capture-3, we can export tracing information
+# If we have sysprof-capture-4, we can export tracing information
 # to the SYSPROF_TRACE_FD.
 #
-libsysprof_capture = dependency('sysprof-capture-3', version: '>= 3.33.1', static: true, required: false)
+libsysprof_capture = dependency('sysprof-capture-4', version: '>= 3.37.1', static: true, required: false)
 if libsysprof_capture.found()
   config_h.set10('ENABLE_TRACING_SYSCAP', true)
 endif
diff --git a/src/plugins/sysprof/meson.build b/src/plugins/sysprof/meson.build
index ec9a02238..15570ba7a 100644
--- a/src/plugins/sysprof/meson.build
+++ b/src/plugins/sysprof/meson.build
@@ -1,8 +1,8 @@
 if get_option('plugin_sysprof')
 
 plugins_deps += [
-  dependency('sysprof-3', version: '>= 3.33.4'),
-  dependency('sysprof-ui-3', version: '>= 3.33.4'),
+  dependency('sysprof-4', version: '>= 3.37.1'),
+  dependency('sysprof-ui-4', version: '>= 3.37.1'),
 ]
 
 plugins_sources += files([


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