Merge branch 'wip/chergert/disable-sysprof-agent' into 'main'

build: configure subproject sysprof with -Dagent=false

See merge request GNOME/gtk!4896
This commit is contained in:
Christian Hergert 2022-07-26 23:44:37 +00:00
commit b9f374c0c6

View File

@ -670,6 +670,7 @@ if not get_option('sysprof').disabled()
libsysprof_capture_dep = dependency('sysprof-capture-4', version: sysprof_req,
required: get_option('sysprof'),
default_options: [
'agent=false',
'examples=false',
'gtk=false',
'tests=false',
@ -684,6 +685,7 @@ if not get_option('sysprof').disabled()
libsysprof_dep = dependency('sysprof-4',
required: false,
default_options: [
'agent=false',
'examples=false',
'gtk=false',
'tests=false',