Title: [224026] trunk
- Revision
- 224026
- Author
- [email protected]
- Date
- 2017-10-26 10:59:10 -0700 (Thu, 26 Oct 2017)
Log Message
[GTK] WebKit library .so version is not being set correctly
https://bugs.webkit.org/show_bug.cgi?id=178873
Reviewed by Michael Catanzaro.
* Source/cmake/OptionsGTK.cmake: Adjust name of the target for which the .so version gets calculated.
Modified Paths
Diff
Modified: trunk/ChangeLog (224025 => 224026)
--- trunk/ChangeLog 2017-10-26 17:45:19 UTC (rev 224025)
+++ trunk/ChangeLog 2017-10-26 17:59:10 UTC (rev 224026)
@@ -1,3 +1,12 @@
+2017-10-26 Adrian Perez de Castro <[email protected]>
+
+ [GTK] WebKit library .so version is not being set correctly
+ https://bugs.webkit.org/show_bug.cgi?id=178873
+
+ Reviewed by Michael Catanzaro.
+
+ * Source/cmake/OptionsGTK.cmake: Adjust name of the target for which the .so version gets calculated.
+
2017-10-24 Stephan Szabo <[email protected]>
[Win][JSCOnly] Make jsconly build testapi and dlls and copy dlls when running tests
Modified: trunk/Source/cmake/OptionsGTK.cmake (224025 => 224026)
--- trunk/Source/cmake/OptionsGTK.cmake 2017-10-26 17:45:19 UTC (rev 224025)
+++ trunk/Source/cmake/OptionsGTK.cmake 2017-10-26 17:59:10 UTC (rev 224026)
@@ -14,7 +14,7 @@
set(${library_name}_VERSION_MICRO ${revision})
set(${library_name}_VERSION ${${library_name}_VERSION_MAJOR}.${age}.${revision})
endmacro()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 62 0 25)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 62 0 25)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 0 7)
# These are shared variables, but we special case their definition so that we can use the
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes