Bug 67097 - [GTK] introspection: fix build with latest gobject-introspection
Summary: [GTK] introspection: fix build with latest gobject-introspection
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-28 19:57 PDT by Diego Escalante Urrelo
Modified: 2012-02-15 16:17 PST (History)
0 users

See Also:


Attachments
fix g-i build (2.45 KB, patch)
2011-08-28 20:04 PDT, Diego Escalante Urrelo
diegoe: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Escalante Urrelo 2011-08-28 19:57:46 PDT
Building gobject-introspection support breaks the build because
        it can't find the definition of WebKitWebPluginMIMEType. Adding
        it to webkitdefines.h fixes this.
Comment 1 Diego Escalante Urrelo 2011-08-28 20:04:24 PDT
Created attachment 105454 [details]
fix g-i build
Comment 2 Martin Robinson 2011-08-30 09:36:35 PDT
Comment on attachment 105454 [details]
fix g-i build

Don't forget to mark your patches with r? if you want a review and cq? if you want it to land via the commit queue.
Comment 3 Diego Escalante Urrelo 2011-09-02 19:08:57 PDT
Comment on attachment 105454 [details]
fix g-i build

marking cq?

Thanks Martin :)
Comment 4 Diego Escalante Urrelo 2011-09-02 19:14:37 PDT
Comment on attachment 105454 [details]
fix g-i build

Marking r- and c-q none. I leaked a change from bug #67098 here (the WebKitWebPluginMIMEType thing)
Comment 5 Diego Escalante Urrelo 2012-02-15 16:17:53 PST
Closing since this has been working for me for a long time without the patch.