[glib/wip/chergert/fix-sysprof-wrapper] build: update sysprof configuration options
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/chergert/fix-sysprof-wrapper] build: update sysprof configuration options
- Date: Thu, 26 May 2022 06:02:32 +0000 (UTC)
commit 114eb5bc5af3cad009c96706ebde78ace07fbe02
Author: Christian Hergert <chergert redhat com>
Date: Wed May 25 23:02:14 2022 -0700
build: update sysprof configuration options
Sysprof recently cleaned up it's build configuration options. This is
perhaps a good time to update GLib to point at an updated commit'ish and
use the new options.
If now is not a good time to do the update, that is completely fine, but
I wanted to give you a turn-key MR nonetheless.
glib/meson.build | 10 +++++-----
subprojects/sysprof.wrap | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/glib/meson.build b/glib/meson.build
index 4975d8bb8e..4f8240b244 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -8,12 +8,12 @@ subdir('libcharset')
libsysprof_capture_dep = dependency('sysprof-capture-4', version: '>= 3.38.0',
required: get_option('sysprof'),
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 7ae489cddf..18e6c2369b 100644
--- a/subprojects/sysprof.wrap
+++ b/subprojects/sysprof.wrap
@@ -1,5 +1,5 @@
[wrap-git]
directory=sysprof
url=https://gitlab.gnome.org/GNOME/sysprof.git
-revision=3.38.0
+revision=02e50efa49885a5a20a84a8cd7feda10ae7e7e98
depth=1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]