Meson: override gio-querymodules program

It is going to be used in Meson's gnome module, and if glib is built as
subproject it's better to use it.

See https://github.com/mesonbuild/meson/pull/8272.
This commit is contained in:
Xavier Claessens 2021-01-29 18:57:09 -05:00
parent 3970ddec06
commit ebcca60b4d

View File

@ -983,6 +983,7 @@ glib_compile_resources = executable('glib-compile-resources',
if not meson.is_cross_build()
meson.override_find_program('glib-compile-schemas', glib_compile_schemas)
meson.override_find_program('glib-compile-resources', glib_compile_resources)
meson.override_find_program('gio-querymodules', gio_querymodules)
endif
executable('gsettings', 'gsettings-tool.c',