• Andreas Müller's avatar
    qtwebkit: do not skip build - use cmake as build system · 29445f6e
    Andreas Müller authored
    
    
    log.do_configure says:
    
    | The WebKit build was disabled for the following reasons:
    |     * cross-compilation of QtWebKit with qmake is not supported yet
    |    * Missing cmake from PATH
    |    * Using cmake version , but at least cmake 2.8.12 is required to build QtWebKit.
    
    and build was finished without errors (but surprisingly fast). Looking into
    qtwebkit, it seems they have changed to cmake build system and Webkit.pro is
    just a wrapper for preparing and running cmake.
    
    For the transition the packageconfigs were translated as close as possible.
    'libxcomposite' and 'libxrender' were merged to 'x11' - there is only one
    option 'ENABLE_X11_TARGET' available for both.
    Signed-off-by: default avatarAndreas Müller <schnitzeltony@gmail.com>
    Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
    29445f6e
qtwebkit_git.bb 2.54 KB