[glib: 1/2] Meson: override gio-querymodules program




commit ebcca60b4dbdea2e1759adfe99ffd882c9274070
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Fri Jan 29 18:57:09 2021 -0500

    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.

 gio/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gio/meson.build b/gio/meson.build
index adb4b8f79..597340977 100644
--- a/gio/meson.build
+++ b/gio/meson.build
@@ -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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]