Skip to content
Snippets Groups Projects
Commit d75359b0 authored by Thibault Saunier's avatar Thibault Saunier :cactus:
Browse files

meson: Do not print error logs when building the gir

parent b4b57ddc
No related branches found
Tags mesa-18.3.0-rc5
No related merge requests found
......@@ -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();' ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment