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.
Add back dependency on enchant package (bug 425). Apologies for incorrect edit.
*** Bug 463 has been marked as a duplicate of this bug. ***
Instead of the post extract hook, doesn't FOO_AUTORECONF = YES work to run autogen ?
(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.
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.