Changeset 224026 in webkit


Ignore:
Timestamp:
Oct 26, 2017 10:59:10 AM (6 years ago)
Author:
Adrian Perez de Castro
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.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r223904 r224026  
     12017-10-26  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [GTK] WebKit library .so version is not being set correctly
     4        https://bugs.webkit.org/show_bug.cgi?id=178873
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * Source/cmake/OptionsGTK.cmake: Adjust name of the target for which the .so version gets calculated.
     9
    1102017-10-24  Stephan Szabo  <stephan.szabo@sony.com>
    211
  • trunk/Source/cmake/OptionsGTK.cmake

    r223601 r224026  
    1515    set(${library_name}_VERSION ${${library_name}_VERSION_MAJOR}.${age}.${revision})
    1616endmacro()
    17 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 62 0 25)
     17CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 62 0 25)
    1818CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 25 0 7)
    1919
Note: See TracChangeset for help on using the changeset viewer.