mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
meson: Improve GIR init section
Init with disabled registry and remove it only for clapper-gtk where its not needed.
This commit is contained in:
@@ -176,7 +176,6 @@ if build_gir
|
|||||||
clappergtk_enums,
|
clappergtk_enums,
|
||||||
],
|
],
|
||||||
extra_args: [
|
extra_args: [
|
||||||
gir_init_section,
|
|
||||||
'--quiet',
|
'--quiet',
|
||||||
'--warn-all',
|
'--warn-all',
|
||||||
'-DCLAPPER_GTK_COMPILATION',
|
'-DCLAPPER_GTK_COMPILATION',
|
||||||
|
@@ -5,7 +5,8 @@ vapigen = find_program('vapigen', required: get_option('vapi'))
|
|||||||
build_vapi = (vapigen.found() and not get_option('vapi').disabled())
|
build_vapi = (vapigen.found() and not get_option('vapi').disabled())
|
||||||
|
|
||||||
gir_init_section = '--add-init-section=extern void gst_init(gint*,gchar**);' + \
|
gir_init_section = '--add-init-section=extern void gst_init(gint*,gchar**);' + \
|
||||||
'g_setenv("GST_REGISTRY_1.0", "@0@", TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \
|
'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_PATH_1_0", "", TRUE);' + \
|
||||||
'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
|
'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
|
||||||
'gst_init(NULL,NULL);'
|
'gst_init(NULL,NULL);'
|
||||||
|
Reference in New Issue
Block a user