GNOME Bugzilla – Bug 731839
Don't use $(libdir) to install gobject-introspection files
Last modified: 2016-12-15 11:46:58 UTC
Some distributions are using separate libdirs per architecture, e.g. /usr/lib/x86_64-linux-gnu/ However, .typelib files must not go in one of those and should go to /usr/lib instead. I think the best approach is to use pkg-config for that. The gobject-introspection-1.0 pkg-config file already provides the variables girdir and typelibdir.
Created attachment 278671 [details] [review] Patch
Patch applied. Thanks.