meson: Fix build

This commit is contained in:
Thibault Saunier 2016-12-09 19:28:22 -03:00
parent bd5d43e8f9
commit 16bd0e7bac
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ option('build_tools', type : 'boolean', value : true)
option('poisoning', type : 'boolean', value : false)
option('disable_gtkdoc', 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('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
option('disable_introspection',

View file

@ -6,7 +6,7 @@ gst_tracers_sources = [
]
if not disable_gst_debug
gst_tracers_source += ['gstlog.c']
gst_tracers_sources += ['gstlog.c']
endif
if have_getrusage