Skip to content

Add option to make .gir files installation paths configurable

Kai Kang requested to merge kai.7.kang/gobject-introspection:master into master

.gir files are arch related which contain such as lengths of pointers that they are different for 64 and 32 bits target. It causes install file conflicts for multilib when intall gobject-introspection and lib32-gobject-introspection both.

Add options for both configure.ac and meson to make make installation paths of .gir files configurable.

Merge request reports