meson: Fix build
authorThibault Saunier <tsaunier@gnome.org>
Fri, 9 Dec 2016 22:28:22 +0000 (19:28 -0300)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 9 Dec 2016 22:31:51 +0000 (19:31 -0300)
meson_options.txt
plugins/tracers/meson.build

index f65abe8..190fe1b 100644 (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',
index 34a90d6..76adb0b 100644 (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