Bug 69712 - error of building webkit with directfb
Summary: error of building webkit with directfb
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 18:20 PDT by wenming
Modified: 2011-10-08 18:20 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wenming 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