RESOLVED FIXED 144846
CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
https://bugs.webkit.org/show_bug.cgi?id=144846
Summary CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
Philip Chimento
Reported 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.
Attachments
Patch (3.94 KB, patch)
2015-05-10 12:32 PDT, Philip Chimento
no flags
Philip Chimento
Comment 1 2015-05-10 12:32:24 PDT
Martin Robinson
Comment 2 2015-05-10 17:54:46 PDT
Comment on attachment 252823 [details] Patch Thanks for the fix!
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2015-05-10 20:08:38 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.