Skip to content

build: don't gatekeep gir behind cross_build checks.

Ghost User requested to merge (removed):fix-gir-cross into master

Distros like Void Linux can cross compile gir, also the check returns a perplexing error.

meson.build:132:2: ERROR: Assert failed: vapi support was requested, but introspection support is mandatory.

^ This is the error message if you try to cross-compile libgit2-glib with gir and vala on

Merge request reports