projects
/
wpewebkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a406948
)
Fix WPEWebKit API 2.0 library soname
author
Adrian Perez de Castro
<aperez@igalia.com>
Thu, 3 Apr 2025 20:45:28 +0000
(20:45 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 3 Apr 2025 20:45:28 +0000
(20:45 +0000)
Origin: https://github.com/WebKit/WebKit/commit/
173c1e5f57615df8f4c523b308f9c419e8f7c9d9
===================================================================
Gbp-Pq: Name fix-soname.patch
Source/cmake/OptionsWPE.cmake
patch
|
blob
|
history
diff --git
a/Source/cmake/OptionsWPE.cmake
b/Source/cmake/OptionsWPE.cmake
index 4edac0e0a442ae942ae469f98da913282f5b45c8..52df1f8d2cfefcc9099c3d4021de23156cea537e 100644
(file)
--- 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)