webkit: fix compilation without X11
authorStephan Hoffmann <sho@relinux.de>
Thu, 27 Dec 2012 22:04:45 +0000 (22:04 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Jan 2013 22:51:00 +0000 (23:51 +0100)
commit9fce375dfc7d2040d10925e78286708576334f93
tree90038e1bb41c4e971946f1395c368b6dae939809
parent6ff753f2a8f3f716eb338eb4070fb936118dc129
webkit: fix compilation without X11

Fixes:
 http://autobuild.buildroot.net/results/86534588d192fe1515ce520c109e884864871d94/
and others.

Webkit includes X11 headers even when configuerd for DirecfFB, because
the test within GNUmakefile.in does not work properly. Autoreconfigure
fails because of incompatibility with buildroot's autotools version.

For now a patch for GNUmakefile.in fixes this problem.

Since webkit release is quite old it doesn't seem to be worth doing more,
on the long run we should bump the version.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/webkit/webkit-fix-compilation-on-DirectFB-2.patch [new file with mode: 0644]