[mutter/wip/chergert/fix-sysprof-wrapper: 344/344] build: Update sysprof build options
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/chergert/fix-sysprof-wrapper: 344/344] build: Update sysprof build options
- Date: Fri, 2 Sep 2022 10:06:17 +0000 (UTC)
commit ba108c6b34e4ae7dbda27c00fcd6a0d18ca501e8
Author: Christian Hergert <chergert redhat com>
Date: Wed May 25 22:59:29 2022 -0700
build: Update sysprof build options
Sysprof's build options have changed recently. This both bumps the sysprof
version and updates the configuration options for the subproject.
If now is not a good time to bump this, that is totally fine, but I wanted
to give you a MR with the necessary changes all in one.
meson.build | 10 +++++-----
subprojects/sysprof.wrap | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/meson.build b/meson.build
index 45ed455ddf..0a81ea9941 100644
--- a/meson.build
+++ b/meson.build
@@ -404,12 +404,12 @@ if have_profiler
sysprof_dep = dependency('sysprof-capture-4',
required: true,
default_options: [
- 'enable_examples=false',
- 'enable_gtk=false',
- 'enable_tests=false',
- 'enable_tools=false',
+ 'examples=false',
+ 'gtk=false',
+ 'tests=false',
+ 'tools=false',
'libsysprof=false',
- 'with_sysprofd=none',
+ 'sysprofd=none',
'help=false',
],
fallback: ['sysprof', 'libsysprof_capture_dep'],
diff --git a/subprojects/sysprof.wrap b/subprojects/sysprof.wrap
index c8f5883fb6..c8ac04ac1f 100644
--- a/subprojects/sysprof.wrap
+++ b/subprojects/sysprof.wrap
@@ -1,4 +1,4 @@
[wrap-git]
directory=sysprof
url=https://gitlab.gnome.org/GNOME/sysprof.git
-revision=cae28263ff5dd4a510d82f3dc2e3a3b3d9b386fb
+revision=02e50efa49885a5a20a84a8cd7feda10ae7e7e98
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]