Skip to content

Commit

Permalink
Merge r223152 - [WPE] Expose ENABLE_XSLT option
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=177857

Reviewed by Carlos Alberto Lopez Perez.

* Source/cmake/OptionsWPE.cmake:
  • Loading branch information
mcatanzaro authored and carlosgcampos committed Oct 17, 2017
1 parent 3feb374 commit aa7207b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,3 +1,12 @@
2017-10-10 Michael Catanzaro <mcatanzaro@igalia.com>

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

Reviewed by Carlos Alberto Lopez Perez.

* Source/cmake/OptionsWPE.cmake:

2017-10-09 Adrian Perez de Castro <aperez@igalia.com>

[WPE][GTK] Propagate libepoxy compiler flags obtained from pkg-config
Expand Down
1 change: 1 addition & 0 deletions Source/cmake/OptionsWPE.cmake
Expand Up @@ -36,6 +36,7 @@ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_ANIMATIONS PRIVATE ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_AUDIO PUBLIC ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_CRYPTO PUBLIC ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBGL PUBLIC ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_XSLT PUBLIC ON)

if (CMAKE_SYSTEM_NAME MATCHES "Linux")
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_RESOURCE_USAGE PRIVATE ON)
Expand Down

0 comments on commit aa7207b

Please sign in to comment.