[glib: 1/2] Fix typo in gio/meson.build




commit 61ad2d72176072da5fa4624cc1d280115dcc8f4d
Author: Godvin Ouseph <godvinouseph2006 gmail com>
Date:   Sat May 14 15:54:56 2022 +0530

    Fix typo in gio/meson.build
    
    This broke compiling gtk4 as a subproject on Windows

 gio/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/meson.build b/gio/meson.build
index b00ea10264..e980ad9e48 100644
--- a/gio/meson.build
+++ b/gio/meson.build
@@ -978,7 +978,7 @@ glib_compile_resources = executable('glib-compile-resources',
 # Cannot override those programs in cross compilation case because they are
 # native executables that cannot be run on the build machine.
 # See https://gitlab.gnome.org/GNOME/glib/issues/1859.
-if not meson.can_run_host_binaries()
+if meson.can_run_host_binaries()
   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)


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