Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable explicitly glib introspection for host builds. Otherwise a ho…
…st installation of gobject-introspection could lead to build problems. The meson.build contains # introspection gir_scanner = find_program('g-ir-scanner', required: get_option('introspection')) enable_gir = get_option('introspection').allowed() and gir_scanner.found() and meson.can_run_host_binaries() and find_program find the g-ir-scanner in /usr/bin on the host system and the build of glib fails.
- Loading branch information