Skip to content
  • mrobinson@webkit.org's avatar
    .: https://bugs.webkit.org/show_bug.cgi?id=125511 · ba08d407
    mrobinson@webkit.org authored
    [GTK][CMake] libtool-compatible soversion calculation
    Reviewed by Gustavo Noronha Silva.
    
    * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
    the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
    version information.
    * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
    
    Source/JavaScriptCore: [GTK][CMake] libtool-compatible soversion calculation
    https://bugs.webkit.org/show_bug.cgi?id=125511
    
    Reviewed by Gustavo Noronha Silva.
    
    * CMakeLists.txt: Use the POPULATE_LIBRARY_VERSION macro and the
    library-specific version information.
    
    Source/WebKit: [GTK][CMake] libtool-compatible soversion calculation
    https://bugs.webkit.org/show_bug.cgi?id=125511
    
    Reviewed by Gustavo Noronha Silva.
    
    * CMakeLists.txt: Use the POPULATE_LIBRARY_VERSION macro and the
    library-specific version information.
    
    Source/WebKit2: [GTK][CMake] libtool-compatible soversion calculation
    https://bugs.webkit.org/show_bug.cgi?id=125511
    
    Reviewed by Gustavo Noronha Silva.
    
    * CMakeLists.txt: Use the POPULATE_LIBRARY_VERSION macro and the
    library-specific version information.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160994 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ba08d407