Changeset 223152 in webkit


Ignore:
Timestamp:
Oct 10, 2017 3:59:08 PM (6 years ago)
Author:
Michael Catanzaro
Message:

[WPE] Expose ENABLE_XSLT option
https://bugs.webkit.org/show_bug.cgi?id=177857

Reviewed by Carlos Alberto Lopez Perez.

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r223045 r223152  
     12017-10-10  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [WPE] Expose ENABLE_XSLT option
     4        https://bugs.webkit.org/show_bug.cgi?id=177857
     5
     6        Reviewed by Carlos Alberto Lopez Perez.
     7
     8        * Source/cmake/OptionsWPE.cmake:
     9
    1102017-10-09  Adrian Perez de Castro  <aperez@igalia.com>
    211
  • trunk/Source/cmake/OptionsWPE.cmake

    r222737 r223152  
    3535WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_CRYPTO PUBLIC ON)
    3636WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBGL PUBLIC ON)
     37WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_XSLT PUBLIC ON)
    3738
    3839if (CMAKE_SYSTEM_NAME MATCHES "Linux")
Note: See TracChangeset for help on using the changeset viewer.