Changeset 138217 in webkit


Ignore:
Timestamp:
Dec 19, 2012, 9:27:12 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Allow the build system to find OpenGL ES
https://bugs.webkit.org/show_bug.cgi?id=104760

Patch by Yael Aharon <yael.aharon@intel.com> on 2012-12-19
Reviewed by Laszlo Gombos.

Add a way to find if GLESv2 is supported by the build system.
Support for GLESv2 will be added separately.

  • Source/cmake/FindGLES.cmake: Added.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r138184 r138217  
     12012-12-19  Yael Aharon  <yael.aharon@intel.com>
     2
     3        [EFL] Allow the build system to find OpenGL ES
     4        https://bugs.webkit.org/show_bug.cgi?id=104760
     5
     6        Reviewed by Laszlo Gombos.
     7
     8        Add a way to find if GLESv2 is supported by the build system.
     9        Support for GLESv2 will be added separately.
     10
     11        * Source/cmake/FindGLES.cmake: Added.
     12
    1132012-12-19  Alexis Menard  <alexis@webkit.org>
    214
Note: See TracChangeset for help on using the changeset viewer.