Currently, the GObject Introspection support is hard-enabled. However, g-ir-scanner is rather painful for cross-compilation, and isn't needed for any of the things I need appstream for (Plasma Discover, in particular).
I tried brute-force hacking out the gir compilation from src/meson.build, and the result worked perfectly. Could this be put behind an option, which the vala option requires?
The text was updated successfully, but these errors were encountered:
Currently, the GObject Introspection support is hard-enabled. However, g-ir-scanner is rather painful for cross-compilation, and isn't needed for any of the things I need appstream for (Plasma Discover, in particular).
I tried brute-force hacking out the gir compilation from
src/meson.build, and the result worked perfectly. Could this be put behind an option, which the vala option requires?The text was updated successfully, but these errors were encountered: