meson: Add check for glib-mkenums
authorSebastian Dröge <sebastian@centricular.com>
Sun, 9 Apr 2017 09:09:33 +0000 (12:09 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 9 Apr 2017 09:09:33 +0000 (12:09 +0300)
meson.build

index b536869..73568d3 100644 (file)
@@ -363,6 +363,9 @@ gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' +
     'gst_init(NULL,NULL);' ]
 vs_module_defs_dir = meson.current_source_dir() + '/win32/common/'
 
+# Used by the *_mkenum.py helper scripts
+glib_mkenums = find_program('glib-mkenums')
+
 gst_c_args = ['-DHAVE_CONFIG_H']
 if libtype == 'static'
   gst_c_args += ['-DGST_STATIC_COMPILATION']