Changeset 95665 in webkit


Ignore:
Timestamp:
Sep 21, 2011 12:49:23 PM (13 years ago)
Author:
leandro@webkit.org
Message:

Unreviewed. Remove unused ENABLE_AS_IMAGE flag after r95234 from
Options{Efl,WinCE}.cmake.

  • Source/cmake/OptionsEfl.cmake:
  • Source/cmake/OptionsWinCE.cmake:
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r95564 r95665  
     12011-09-21  Leandro Pereira  <leandro@profusion.mobi>
     2
     3        Unreviewed. Remove unused ENABLE_AS_IMAGE flag after r95234 from
     4        Options{Efl,WinCE}.cmake.
     5
     6        * Source/cmake/OptionsEfl.cmake:
     7        * Source/cmake/OptionsWinCE.cmake:
     8
    192011-09-20  ChangSeok Oh  <shivamidow@gmail.com>
    210
  • trunk/Source/cmake/OptionsEfl.cmake

    r95501 r95665  
    6060SET(VERSION_SCRIPT "-Wl,--version-script,${CMAKE_MODULE_PATH}/eflsymbols.filter")
    6161
    62 WEBKIT_FEATURE(ENABLE_AS_IMAGE "Enable SVG as image" DEFAULT ON SVG)
    6362WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF)
    6463WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT ON)
  • trunk/Source/cmake/OptionsWinCE.cmake

    r95515 r95665  
    2020ADD_SUBDIRECTORY(${3RDPARTY_DIR} "${CMAKE_CURRENT_BINARY_DIR}/3rdparty")
    2121
    22 WEBKIT_FEATURE(ENABLE_AS_IMAGE "Enable SVG as image" DEFAULT ON SVG)
    2322WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF)
    2423WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT OFF)
Note: See TracChangeset for help on using the changeset viewer.