GNOME Bugzilla – Bug 592146
Build introspection data if available and configured
Last modified: 2010-03-02 07:20:40 UTC
Add --enable-introspection option via the GOBJECT_INTROSPECTION_CHECK macro, and implement the build rules.
Created attachment 140998 [details] [review] Build introspection data if available and configured
*** Bug 568612 has been marked as a duplicate of this bug. ***
Can we get this in ? the .gir situation is causing me some jhbuild heartburn...
I see build errors if I don't have gobject-introspection installed on my system. GOBJECT_INTROSPECTION_CHECK is only defined in introspection.m4 which is shipped by gobject-introspection. So maybe we should check if there is gobject-introspection package installed first?
Li: We can just include the .m4 file in the atk+ tarball, would that be okay?
Created attachment 149467 [details] [review] Add introspection support Updated patch for HEAD which also adds an m4 directory with the macro so the package maintainer doesn't need to install gobject-introspection to distcheck atk
I am OK with it. But why the first patch is obsoleted?
Li, it's obsoleted because it's superseeded by the second patch.
The following fixes have been pushed: 392d9be Add introspection support c7d9898 Build introspection data if available and configured
Created attachment 149507 [details] [review] Add introspection support
Created attachment 149508 [details] [review] Build introspection data if available and configured Add --enable-introspection option via the GOBJECT_INTROSPECTION_CHECK macro, and implement the build rules.