[gtk/wip/chergert/fix-sysprof-wrapper] build: fix sysprof default options
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/fix-sysprof-wrapper] build: fix sysprof default options
- Date: Thu, 26 May 2022 05:52:52 +0000 (UTC)
commit 2694d81d63956226759ee91e71ae6fdc0a0dd221
Author: Christian Hergert <chergert redhat com>
Date: Wed May 25 22:52:34 2022 -0700
build: fix sysprof default options
Sysprof just recently cleaned up it's meson_options.txt and this makes
the tracking of the master branch match the new values.
meson.build | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/meson.build b/meson.build
index d78bbc1cd2..f1b379749f 100644
--- a/meson.build
+++ b/meson.build
@@ -685,12 +685,12 @@ if not get_option('sysprof').disabled()
libsysprof_capture_dep = dependency('sysprof-capture-4', version: sysprof_req,
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=true',
- 'with_sysprofd=none',
+ 'sysprofd=none',
'help=false',
],
fallback: ['sysprof', 'libsysprof_capture_dep'],
@@ -699,12 +699,12 @@ if not get_option('sysprof').disabled()
libsysprof_dep = dependency('sysprof-4',
required: false,
default_options: [
- 'enable_examples=false',
- 'enable_gtk=false',
- 'enable_tests=false',
- 'enable_tools=false',
+ 'examples=false',
+ 'gtk=false',
+ 'tests=false',
+ 'tools=false',
'libsysprof=true',
- 'with_sysprofd=none',
+ 'sysprofd=none',
'help=false',
],
fallback: ['sysprof', 'libsysprof_dep'],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]