Skip to content

Commit

Permalink
Unreviewed. Unbreak the WPE layout testing that's been broken since
Browse files Browse the repository at this point in the history
r229470. Due to disassociation between ENABLE(ACCESSIBILITY) and
HAVE(ACCESSIBILITY), the injected bundle for the WPE port was left with
undefined symbols. This is fixed with ENABLE_ACCESSIBILITY being enabled
for the WPE port as well.

* Source/cmake/OptionsWPE.cmake:


Canonical link: https://commits.webkit.org/199226@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@229532 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
zdobersek committed Mar 12, 2018
1 parent 17b9d3d commit 081b876
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
@@ -1,3 +1,13 @@
2018-03-12 Zan Dobersek <zdobersek@igalia.com>

Unreviewed. Unbreak the WPE layout testing that's been broken since
r229470. Due to disassociation between ENABLE(ACCESSIBILITY) and
HAVE(ACCESSIBILITY), the injected bundle for the WPE port was left with
undefined symbols. This is fixed with ENABLE_ACCESSIBILITY being enabled
for the WPE port as well.

* Source/cmake/OptionsWPE.cmake:

2018-03-12 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Fix library version of JavaScriptCoreGTK.
Expand Down
1 change: 1 addition & 0 deletions Source/cmake/OptionsWPE.cmake
Expand Up @@ -24,6 +24,7 @@ WEBKIT_OPTION_DEFAULT_PORT_VALUE(USE_SYSTEM_MALLOC PUBLIC OFF)
# Private options shared with other WebKit ports. Add options here only if
# we need a value different from the default defined in WebKitFeatures.cmake.
# Changing these options is completely unsupported.
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ACCESSIBILITY PRIVATE ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FULLSCREEN_API PRIVATE OFF)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GEOLOCATION PRIVATE OFF)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_MHTML PRIVATE ON)
Expand Down

0 comments on commit 081b876

Please sign in to comment.