]> git.pld-linux.org Git - packages/ewebkit.git/blob - cmake-3.4.patch
- fix build with icu 59
[packages/ewebkit.git] / cmake-3.4.patch
1 --- efl-webkit/Source/cmake/OptionsEfl.cmake.orig       2014-02-16 05:16:03.000000000 +0000
2 +++ efl-webkit/Source/cmake/OptionsEfl.cmake    2016-05-28 08:31:36.818191669 +0000
3 @@ -230,7 +230,8 @@
4          set(WTF_USE_EGL 1)
5          add_definitions(-DWTF_USE_EGL=1)
6      else ()
7 -        CHECK_INCLUDE_FILES("GL/glx.h" OPENGLX_FOUND)
8 +        include(CheckIncludeFiles)
9 +        check_include_files("GL/glx.h" OPENGLX_FOUND)
10          add_definitions(-DWTF_USE_GLX=1)
11      endif ()
12  endif ()
This page took 0.086098 seconds and 3 git commands to generate.