[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
Wed Sep 24 06:21:10 PDT 2014


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





--- Comment #17 from Alberto Garcia <berto at igalia.com>  2014-09-24 06:21:10 PST ---
(In reply to comment #13)
> So if you don't have a GL-enabled Cairo, build-webkit doesn't
> complain during the configuration time but in the middle of the
> compilation, right?

Ok, I don't have much cmake-fu but I'm not sure if this code is really
working:

    if (CAIRO_GL_FOUND)
        WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ACCELERATED_2D_CANVAS ON)
    else ()
        WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ACCELERATED_2D_CANVAS OFF)
    endif ()

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list