meson: Do not print error logs when building the gir

This commit is contained in:
Thibault Saunier 2016-11-29 10:37:11 -03:00
parent b4b57ddcf8
commit d75359b096

View file

@ -98,6 +98,7 @@ gir_init_section = [ '--add-init-section=' + \
'g_setenv("GST_REGISTRY_1.0", "/no/way/this/exists.reg", TRUE);' + \
'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \
'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
'g_setenv("GST_DEBUG", "0", TRUE);' + \
'gst_init(NULL,NULL);' + \
'ges_init();' ]