mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-05 19:31:26 +00:00
Add meson description for tracer_hooks
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/849>
This commit is contained in:
parent
8c08cdf9fe
commit
674e6fcf65
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ option('gst_debug', type : 'boolean', value : true)
|
|||
option('gst_parse', type : 'boolean', value : true,
|
||||
description: 'Enable pipeline string parser')
|
||||
option('registry', type : 'boolean', value : true)
|
||||
option('tracer_hooks', type : 'boolean', value : true)
|
||||
option('tracer_hooks', type : 'boolean', value : true, description: 'Enable tracer usage')
|
||||
option('ptp-helper-setuid-user', type : 'string',
|
||||
description : 'User to switch to when installing gst-ptp-helper setuid root')
|
||||
option('ptp-helper-setuid-group', type : 'string',
|
||||
|
|
Loading…
Reference in a new issue