Bug 427

Summary: webkit: Update to WebKit svn r44552.
Product: buildroot Reporter: Will Newton <will.newton>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot, llandwerlin
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Bug Depends on: 425    
Bug Blocks:    
Attachments: Update WebKit to svn r44552.

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.