Skip to content

Commit

Permalink
Meson: override gio-querymodules program
Browse files Browse the repository at this point in the history
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 mesonbuild/meson#8272.
  • Loading branch information
xclaesse committed Jan 29, 2021
1 parent 3970dde commit ebcca60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gio/meson.build
Expand Up @@ -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',
Expand Down

0 comments on commit ebcca60

Please sign in to comment.