[Webkit-unassigned] [Bug 136576] can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 03:35:19 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=136576

--- Comment #29 from Mario Sanchez Prada <mario at webkit.org> ---
This seems to be the problem: Even though cairo-gl is not found, CMake ends up concluding that it is found for some reason, and that enables ACCELERATED_2D_CANVAS:

    -- checking for module 'cairo-gl'
    --   package 'cairo-gl' not found
    -- checking for module 'cairo-glx'
    --   package 'cairo-glx' not found
    -- checking for module 'cairo-egl'
    --   package 'cairo-egl' not found
    -- Found CairoGL: CAIRO_GLX_INCLUDE_DIRS;CAIRO_EGL_INCLUDE_DIRS
    (Required is at least version "1.10.2") 

    [...]

    -- Enabled features:
    --  ENABLE_ACCELERATED_2D_CANVAS ............ ON
    --  ENABLE_CREDENTIAL_STORAGE                 ON
    [...]

Seems like a different bug to me, while file it once I confirm whether this is an issue in the 2.9.5 release or also in the latest master from trunk.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150804/f2943c87/attachment.html>


More information about the webkit-unassigned mailing list