1
0
Fork 0

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.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2428>
This commit is contained in:
Christian Hergert 2022-05-25 22:59:29 -07:00 committed by Robert Mader
parent 7441d4f8e1
commit 4d89149052
2 changed files with 6 additions and 6 deletions

View file

@ -407,12 +407,12 @@ if have_profiler
sysprof_dep = dependency('sysprof-capture-4', sysprof_dep = dependency('sysprof-capture-4',
required: true, required: true,
default_options: [ default_options: [
'enable_examples=false', 'examples=false',
'enable_gtk=false', 'gtk=false',
'enable_tests=false', 'tests=false',
'enable_tools=false', 'tools=false',
'libsysprof=false', 'libsysprof=false',
'with_sysprofd=none', 'sysprofd=none',
'help=false', 'help=false',
], ],
fallback: ['sysprof', 'libsysprof_capture_dep'], fallback: ['sysprof', 'libsysprof_capture_dep'],

View file

@ -1,4 +1,4 @@
[wrap-git] [wrap-git]
directory=sysprof directory=sysprof
url=https://gitlab.gnome.org/GNOME/sysprof.git url=https://gitlab.gnome.org/GNOME/sysprof.git
revision=cae28263ff5dd4a510d82f3dc2e3a3b3d9b386fb revision=02e50efa49885a5a20a84a8cd7feda10ae7e7e98