GNOME Bugzilla – Bug 647887
Allow to Enable/Disable GObject Introspection
Last modified: 2011-04-19 18:52:02 UTC
Created attachment 186039 [details] [review] Disables GI by default. Need to enable it by using --enable-gda-gi for libgda and --enable-gdaui-gi for libgda-ui, the last requires enable GI for libgda Currently if GObject Introspection (GI) is installed GIR files for both libgda and libgda-ui are build. Allow to disable GI for libgda or libgda-ui, and just build GI on requested on configure. Attached a patch.
This is now corrected, see commit http://git.gnome.org/browse/libgda/commit/?id=60348797ce26b68b8d53cabcacf4217a28261541 It's only in the master branch but I'll backport it to LIBGDA_4.2 as well. Also the default is to build GObject Introspection if possible but not fail if it's not found (to be as close as possible to the current behaviour).