From: Adrian Perez de Castro Date: Mon, 17 Mar 2025 00:50:25 +0000 (+0100) Subject: Fix WPEWebKit API 2.0 library soname X-Git-Tag: archive/raspbian/2.48.1-2+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bcb92e5fed3219156e47b311fe88b0c0f991a801;p=wpewebkit.git Fix WPEWebKit API 2.0 library soname Origin: https://github.com/WebKit/WebKit/commit/173c1e5f57615df8f4c523b308f9c419e8f7c9d9 =================================================================== Gbp-Pq: Name fix-soname.patch --- diff --git a/Source/cmake/OptionsWPE.cmake b/Source/cmake/OptionsWPE.cmake index 4edac0e0a..52df1f8d2 100644 --- a/Source/cmake/OptionsWPE.cmake +++ b/Source/cmake/OptionsWPE.cmake @@ -182,7 +182,7 @@ EXPOSE_STRING_VARIABLE_TO_BUILD(WPE_API_VERSION) if (WPE_API_VERSION VERSION_EQUAL "1.1") CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 9 5 9) else () - CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 5 4) + CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 5 5) endif () if (ENABLE_WPE_PLATFORM)