Changeset 158735 in webkit


Ignore:
Timestamp:
Nov 6, 2013 2:21:26 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Change required version of ATK to 2.10.0
https://bugs.webkit.org/show_bug.cgi?id=123883

Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-11-06
Reviewed by Mario Sanchez Prada.

Changing a required version of ATK to 2.10.0

  • Source/cmake/OptionsEfl.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r158727 r158735  
     12013-11-06  Krzysztof Czech  <k.czech@samsung.com>
     2
     3        [EFL] Change required version of ATK to 2.10.0
     4        https://bugs.webkit.org/show_bug.cgi?id=123883
     5
     6        Reviewed by Mario Sanchez Prada.
     7
     8        Changing a required version of ATK to 2.10.0
     9
     10        * Source/cmake/OptionsEfl.cmake:
     11
    1122013-11-05  Zalan Bujtas  <zalan@apple.com>
    213
  • trunk/Source/cmake/OptionsEfl.cmake

    r158351 r158735  
    253253
    254254if (ENABLE_ACCESSIBILITY)
    255     find_package(ATK 2.8.0 REQUIRED)
     255    find_package(ATK 2.10.0 REQUIRED)
    256256else ()
    257257    add_definitions(-DHAVE_ACCESSIBILITY=0)
Note: See TracChangeset for help on using the changeset viewer.