Bug 144846

Summary: CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
Product: WebKit Reporter: Philip Chimento <philip.chimento>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mcatanzaro, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: OS X 10.10   
Bug Depends on:    
Bug Blocks: 126492    
Attachments:
Description Flags
Patch none

Description Philip Chimento 2015-05-10 12:26:05 PDT
Source/cmake/FindCairoGL.cmake calls find_package_handle_standard_args(CairoGL, ...) which defines a variable CAIROGL_FOUND with the results, not CAIRO_GL_FOUND as the comment at the top of that file claims. Uploading a patch which uses CAIROGL consistently throughout.
Comment 1 Philip Chimento 2015-05-10 12:32:24 PDT
Created attachment 252823 [details]
Patch
Comment 2 Martin Robinson 2015-05-10 17:54:46 PDT
Comment on attachment 252823 [details]
Patch

Thanks for the fix!
Comment 3 WebKit Commit Bot 2015-05-10 20:08:34 PDT
Comment on attachment 252823 [details]
Patch

Clearing flags on attachment: 252823

Committed r184063: <http://trac.webkit.org/changeset/184063>
Comment 4 WebKit Commit Bot 2015-05-10 20:08:38 PDT
All reviewed patches have been landed.  Closing bug.