Bug 150117 - [GTK][EFL] Fix build with cmake 3.4
Summary: [GTK][EFL] Fix build with cmake 3.4
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-14 02:38 PDT by Tomas Popela
Modified: 2015-10-14 03:58 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.38 KB, patch)
2015-10-14 02:43 PDT, Tomas Popela
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Popela 2015-10-14 02:38:08 PDT
When building webkitgtk 2.10.1 on Fedora Rawhide with cmake 3.4 the build fails with:

CMake Error at Source/cmake/FindOpenGL.cmake:62 (check_include_files):
  Unknown CMake command "check_include_files".

To fix it we need to include the CheckIncludeFile macro before using it.
Comment 1 Tomas Popela 2015-10-14 02:43:56 PDT
Created attachment 263068 [details]
Patch
Comment 2 Zan Dobersek 2015-10-14 03:13:40 PDT
Comment on attachment 263068 [details]
Patch

Cool, thanks.
Comment 3 WebKit Commit Bot 2015-10-14 03:58:24 PDT
Comment on attachment 263068 [details]
Patch

Clearing flags on attachment: 263068

Committed r191042: <http://trac.webkit.org/changeset/191042>
Comment 4 WebKit Commit Bot 2015-10-14 03:58:29 PDT
All reviewed patches have been landed.  Closing bug.