From 60e9629860e33fc8813b4e10bfb3b972689ac9f4 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 4 May 2017 23:55:20 +0100 Subject: g-i: no need to load registry in g-i scanner --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 717c75f44d..225eaee022 100644 --- a/meson.build +++ b/meson.build @@ -229,6 +229,7 @@ gir = find_program('g-ir-scanner', required : false) 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", "@0@", TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \ 'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \ 'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \ -- cgit v1.2.3-70-g09d2