Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
https://bugs.webkit.org/show_bug.cgi?id=147625 Reviewed by Martin Robinson. Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl components unless they were actually found, not to accidentally enable Accelerated 2D canvas, which would cause the build to fail. * Source/cmake/FindCairoGL.cmake: Set this variables only when pkg_check_modules() had actually found the relevant component. Canonical link: https://commits.webkit.org/165685@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@187854 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information