[gnome-builder] build: use sysprof-4 instead of sysprof-capture-4



commit de486600187730d56ef0d24db293b50433138481
Author: Christian Hergert <chergert redhat com>
Date:   Sun Aug 23 09:13:25 2020 -0700

    build: use sysprof-4 instead of sysprof-capture-4
    
    We don't need both since we'll be using the plugin anyway in most cases.
    We should also move to the controller interface at some point.

 meson.build | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 33ba8d511..6b231aa67 100644
--- a/meson.build
+++ b/meson.build
@@ -281,9 +281,10 @@ endforeach
 
 #
 # If we have sysprof-capture-4, we can export tracing information
-# to the SYSPROF_TRACE_FD.
+# to the SYSPROF_TRACE_FD. We use sysprof-4 instead since we will
+# already have to link against that for the plugin.
 #
-libsysprof_capture = dependency('sysprof-capture-4', version: '>= 3.37.1', static: true, required: false)
+libsysprof_capture = dependency('sysprof-4', version: '>= 3.37.1', required: false)
 if libsysprof_capture.found()
   config_h.set10('ENABLE_TRACING_SYSCAP', true)
 endif


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