Merge branch 'wip/chergert/install-agent-by-default' into 'master'

build: enable sysprof-agent by default (-Dagent=true)

Closes #80

See merge request GNOME/sysprof!53
This commit is contained in:
Christian Hergert
2022-07-28 08:26:59 +00:00

View File

@ -55,4 +55,4 @@ option('examples', type: 'boolean')
# Optionally build the sysprof-agent tool to allow profiling inside of
# containers from external system
option('agent', type: 'boolean', value: false, description: 'Build the sysprof-agent utility')
option('agent', type: 'boolean', description: 'Build the sysprof-agent utility')