Bug 427 - webkit: Update to WebKit svn r44552.
Summary: webkit: Update to WebKit svn r44552.
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
: 463 (view as bug list)
Depends on: 425
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-29 10:57 UTC by Will Newton
Modified: 2009-08-02 20:16 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
Update WebKit to svn r44552. (2.81 KB, patch)
2009-06-29 10:57 UTC, Will Newton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Will Newton 2009-06-29 10:57:00 UTC
Created attachment 429 [details]
Update WebKit to svn r44552.

- Fix generation of configure script and Makefiles.
 - Add dependencies on libsoup and enchant.
 - Allow configuration of rendering target (currently X11 or DirectFB).

This may close bug 355, but I haven't been able to reproduce the specific issue in that report.
Comment 1 Will Newton 2009-07-13 10:52:08 UTC
Add back dependency on enchant package (bug 425).

Apologies for incorrect edit.
Comment 2 Lionel Landwerlin 2009-07-18 14:04:34 UTC
*** Bug 463 has been marked as a duplicate of this bug. ***
Comment 3 Thomas Petazzoni 2009-07-28 13:29:31 UTC
Instead of the post extract hook, doesn't FOO_AUTORECONF = YES work to run autogen ?
Comment 4 Will Newton 2009-07-28 14:20:31 UTC
(In reply to comment #3)
> Instead of the post extract hook, doesn't FOO_AUTORECONF = YES work to run
> autogen ?
> 

Not completely. WebKit also runs gtkdocize from it's autogen.sh which setting AUTORECONF will not do.
Comment 5 Peter Korsgaard 2009-08-02 20:16:40 UTC
Committed, thanks.
Maybe we should simply let webkit depend on libgtk2 and use the libgtk2 dependencies to know if it should build for directfb or X, but that can wait.