GNOME Bugzilla – Bug 731003
build: use typelib and gir directories from gi's pkgconfig info
Last modified: 2017-09-05 10:41:29 UTC
Created attachment 277567 [details] [review] use typelib and gir directories from gi's pkgconfig info use typelib and gir directories from gi's pkgconfig info
no, this will break tools like distcheck and package tools because it will discard things like DESTDIR and custom prefixes. you'll have to fix gobject-introspection first to provide the correct targets for this.
This patch is related to https://bugzilla.gnome.org/show_bug.cgi?id=723862 where I need to set a subdirectory for each architecture in universal builds. I have added confiurables GIR_SUFFIX and TYPELIB_SUFFIX, can we use them instead of gir-1.0 and girepository-1.0, eg: typelibsdir = $(libdir)/$(INTROSPECTION_TYPELIB_SUFFIX)
Created attachment 277574 [details] [review] 0001-build-use-typelib-and-gir-dirs-from-gi-s-pkgconfig-i.patch Update patch with new changes in #723862
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/json-glib/issues/14.