UNCONFIRMED69712
error of building webkit with directfb
https://bugs.webkit.org/show_bug.cgi?id=69712
Summary error of building webkit with directfb
wenming
Reported 2011-10-08 18:20:04 PDT
Hi everybody, I have successfully built (cross-compile) webkit-r59711 with --gtk (x11 default) on embedded 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). Because of the same name, error is that undefined reference of cairo_xlib_surface_create in libgdk-x11-2.0.so when linking libcairo( with directfb) or undefined reference of cairo_directfb_surface_create in libgdk-directfb-2.0.so when linking libcairo( with xlib). I don`t know why libgdk-x11-2.0.so is still dependency of webkit when building with --with-target=directfb? How do i resolve it? Thanks for any help. Best regards. Wen ming
Attachments
Note You need to log in before you can comment on or make changes to this bug.