Skip to content

Commit 4113363

Browse files
committed
[wpe] Update to WPE WebKit 2.50.4
While this is a major release, the only change worth mentioning from the point of view of Android integration is that the library name is no longer versioned, which is reflected in the bootstrap script.
1 parent 53b3e13 commit 4113363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/scripts/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
class Bootstrap:
8383
default_arch = "arm64"
84-
default_version = "2.50.0"
84+
default_version = "2.50.4"
8585

8686
_cerbero_origin = "https://github.com/Igalia/wpe-android-cerbero.git"
8787
_cerbero_branch = "main"

wpeview/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ set_target_properties(soup-3.0 PROPERTIES IMPORTED_LOCATION
7777
add_library(WPEWebKit-2.0 SHARED IMPORTED)
7878
set_target_properties(
7979
WPEWebKit-2.0
80-
PROPERTIES IMPORTED_LOCATION "${CMAKE_SOURCE_DIR}/imported/lib/${ANDROID_ABI}/libWPEWebKit-2.0_1.so"
80+
PROPERTIES IMPORTED_LOCATION "${CMAKE_SOURCE_DIR}/imported/lib/${ANDROID_ABI}/libWPEWebKit-2.0.so"
8181
INTERFACE_INCLUDE_DIRECTORIES
8282
"${CMAKE_SOURCE_DIR}/imported/include/wpe-webkit;${CMAKE_SOURCE_DIR}/imported/include/libsoup-3.0")
8383

0 commit comments

Comments
 (0)