WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
16927
[Gtk] webkitgtk/autotools should use WebKitGtk instead of WebKit
https://bugs.webkit.org/show_bug.cgi?id=16927
Summary
[Gtk] webkitgtk/autotools should use WebKitGtk instead of WebKit
Jan Alonzo
Reported
2008-01-18 14:20:57 PST
Lethalman found out that webkitgtk/autotools currently uses WebKit in its include path instead of WebKitGtk. The attached patch fixes it to use WebKitGtk, same as with the qmake build.
Attachments
webkitgtk/autotools should use WebKitGtk in its include path
(2.31 KB, patch)
2008-01-18 14:21 PST
,
Jan Alonzo
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jan Alonzo
Comment 1
2008-01-18 14:21:46 PST
Created
attachment 18534
[details]
webkitgtk/autotools should use WebKitGtk in its include path
Alp Toker
Comment 2
2008-01-19 05:40:09 PST
Comment on
attachment 18534
[details]
webkitgtk/autotools should use WebKitGtk in its include path This change isn't wrong but I'd rather not change things again until we fix the header paths and the pkg-config package name for good. If this issue is actually causing a problem for someone, please re-mark it for review and I'll land it, but otherwise I think it's redundant.
Jan Alonzo
Comment 3
2008-02-01 13:46:09 PST
alp, now that header paths and pkg-config changes are in, is this still something we want to consider for the gtk+ port? thanks.
Alp Toker
Comment 4
2008-02-01 14:35:51 PST
Yeah. (In reply to
comment #3
)
> alp, now that header paths and pkg-config changes are in, is this still > something we want to consider for the gtk+ port? thanks. >
Yeah. We still need to rename the top-level include directory and library name to something like webkit-1.0 For the library renaming we should first have the WebCore build split out from the WebKit build, so there are separate libwebcore and libwebkit_1_0 automake targets.
Jan Alonzo
Comment 5
2008-02-04 02:23:46 PST
alp, do you think a unified top-level /usr/include/WebKit is something the other ports might want as well? (e.g, for gtk - WebKit/gtk/webkit, qt - WebKit/qt/, wx - WebKit/wx, etc...)
Alp Toker
Comment 6
2008-02-04 02:39:59 PST
(In reply to
comment #5
)
> alp, do you think a unified top-level /usr/include/WebKit is something the > other ports might want as well? (e.g, for gtk - WebKit/gtk/webkit, qt - > WebKit/qt/, wx - WebKit/wx, etc...) >
Nope. The APIs are each different, have separate release schedules etc. No sense in grouping them together. We hoped early on to share a base JSCore but that isn't going to happen soon either. So what we have now is the best we can do (apart from renaming as I mentioned previously).
Jan Alonzo
Comment 7
2008-03-20 22:41:50 PDT
This bug's already been fixed by
http://trac.webkit.org/projects/webkit/changeset/30702
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug