RESOLVED INVALID 115181
[GTK] Add flag to disable introspection support
https://bugs.webkit.org/show_bug.cgi?id=115181
Summary [GTK] Add flag to disable introspection support
Manuel Rego Casasnovas
Reported 2013-04-25 08:38:52 PDT
Since r148916 introspection is enabled by default so the flag "--enable-introspection" has no sense anymore. Moreover, several people is having problems with different versions of GObject introspection libraries, so it seems reasonable to add a new flag "--disable-introspection".
Attachments
Patch (1.51 KB, patch)
2013-04-25 08:55 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2013-04-25 08:55:52 PDT
Created attachment 199668 [details] Patch The same result can be achieved with --enable-introspection=no but I think that --disable-introspection is clearer.
Martin Robinson
Comment 2 2013-04-25 09:02:21 PDT
The issue here is that introspection is only enabled by default with build-webkit (the developer interface), but you are changing configure (the public interface to the build). There are some other options for fixing the introspection issues. The first is to to make warnings non-fatal. The second is to add gobject-introspection to the jhbuild.
Manuel Rego Casasnovas
Comment 3 2013-04-25 10:07:28 PDT
(In reply to comment #2) > There are some other options for fixing the introspection issues. The first is to to make warnings non-fatal. This is being done in bug #115184 so we can close this one as INVALID.
Zan Dobersek
Comment 4 2013-08-29 03:02:28 PDT
Comment on attachment 199668 [details] Patch Clearing the r? flag on the patch.
Note You need to log in before you can comment on or make changes to this bug.