mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
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:
parent
3970ddec06
commit
ebcca60b4d
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user