> I have successfully built (cross-compile) webkit-r59711 with --gtk (x11 > default) on embed platform. But now there are errors when i build it with > --gtk --with-target=directfb. In that case, webkit will depends on > libgdk-x11-2.0.so and libgdk-directfb-2.0.so, they depend respectively on > libcairo( with xlib) and libcairo( with directfb).
If you don't disable plugins (NPAPI) then WebKit has a dependency on X on Linux. Have you tried compiling with --no-netscape-plugin? (I am assuming that you are using build-webkit here if not you will need to find the equivalent switch) Hope it helps, Julien _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
