[gtk/wip/chergert/bump-sysprof-abi] build: bump to sysprof 4 ABI
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/bump-sysprof-abi] build: bump to sysprof 4 ABI
- Date: Sat, 4 Jul 2020 18:42:24 +0000 (UTC)
commit 8f5cba60ec92c1762c2ddd657f8e1c08e8c4e039
Author: Christian Hergert <chergert redhat com>
Date: Sat Jul 4 11:40:21 2020 -0700
build: bump to sysprof 4 ABI
Sysprof has moved to a new ABI which removes GLib from the capture library
so that GLib itself can link against sysprof-capture.
This bumps the library ABI so we can keep things coordinated between all
the new tracing layers in the stack.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1b3358fe70..2b4ce757d3 100644
--- a/meson.build
+++ b/meson.build
@@ -685,7 +685,7 @@ endif
profiler_enabled = get_option('profiler')
if profiler_enabled
- profiler_dep = dependency('sysprof-capture-3', static: true, required: true)
+ profiler_dep = dependency('sysprof-capture-4', static: true, required: true)
if profiler_dep.found()
cdata.set('HAVE_SYSPROF_CAPTURE', profiler_dep.found())
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]