summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-04-29 11:30:54 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-04 21:59:48 +0100
commit3d8d81ecb7f83f67db3f7434d616ec6de3280960 (patch)
treec0c935ad0bf7e6ab1fea873b84a792564ae00adb /meson.build
parent1b9aa6f70dd1a2d9ffc4f0c095a4d5fcfbbb12e2 (diff)
g-i: no need to load registry in g-i scanner
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ce342fe49..ab7799572 100644
--- a/meson.build
+++ b/meson.build
@@ -357,6 +357,7 @@ gnome = import('gnome')
build_gir = gir.found() and not meson.is_cross_build() and not get_option('disable_introspection')
gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' + \
+ 'g_setenv("GST_REGISTRY_DISABLE", "yes", TRUE);' + \
'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);' + \