[Webkit-unassigned] [Bug 138084] [GTK] fix WebKit Gtk build-break caused by cairo-gl.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 21:16:34 PST 2015


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

jaybhaskar <jay.bhaskar at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jay.bhaskar at samsung.com

--- Comment #5 from jaybhaskar <jay.bhaskar at samsung.com> ---
This is issue related with cairo library package. download cairo source and recompile with ./configure --enable-gl . by defualt cairo package has enable-gl flag is disabled that is why below error 
-- Looking for include file GL/glx.h
-- Looking for include file GL/glx.h - found
-- 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

is happening. enabling --enable-gl will remove the problem

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


More information about the webkit-unassigned mailing list