summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2022-05-26 11:34:29 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2022-05-26 11:34:29 +0000
commitcdc5bf0227081377e5acf5e82bb1c75f1b59c000 (patch)
tree6ccdc8636a7ad15cdabbb89ff2a0e8a77883ad54
parent44ba3a5f0ed4e52680b3e1f6a7922e20bfc1054a (diff)
parent114eb5bc5af3cad009c96706ebde78ace07fbe02 (diff)
downloadglib-cdc5bf0227081377e5acf5e82bb1c75f1b59c000.tar.gz
Merge branch 'wip/chergert/fix-sysprof-wrapper' into 'main'
build: update sysprof configuration options See merge request GNOME/glib!2689
-rw-r--r--glib/meson.build10
-rw-r--r--subprojects/sysprof.wrap2
2 files changed, 6 insertions, 6 deletions
diff --git a/glib/meson.build b/glib/meson.build
index 4975d8bb8..4f8240b24 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 7ae489cdd..18e6c2369 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