diff --git a/meson.build b/meson.build index 43ea293dd..db8fb991a 100644 --- a/meson.build +++ b/meson.build @@ -407,12 +407,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 c8f5883fb..c8ac04ac1 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