mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
meson: Fix build
This commit is contained in:
parent
bd5d43e8f9
commit
16bd0e7bac
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ option('build_tools', type : 'boolean', value : true)
|
||||||
option('poisoning', type : 'boolean', value : false)
|
option('poisoning', type : 'boolean', value : false)
|
||||||
option('disable_gtkdoc', type : 'boolean', value : false)
|
option('disable_gtkdoc', type : 'boolean', value : false)
|
||||||
option('disable_examples', type : 'boolean', value : false)
|
option('disable_examples', type : 'boolean', value : false)
|
||||||
|
option('disable_gst_debug', type : 'boolean', value : false)
|
||||||
option('disable_registry', type : 'boolean', value : false)
|
option('disable_registry', type : 'boolean', value : false)
|
||||||
option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
|
option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
|
||||||
option('disable_introspection',
|
option('disable_introspection',
|
||||||
|
|
|
@ -6,7 +6,7 @@ gst_tracers_sources = [
|
||||||
]
|
]
|
||||||
|
|
||||||
if not disable_gst_debug
|
if not disable_gst_debug
|
||||||
gst_tracers_source += ['gstlog.c']
|
gst_tracers_sources += ['gstlog.c']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if have_getrusage
|
if have_getrusage
|
||||||
|
|
Loading…
Reference in a new issue