Changeset 122213 in webkit


Ignore:
Timestamp:
Jul 10, 2012 5:02:53 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] WebKit DRT and WTR fail to build due to undefined reference to WTF::MD5::*
https://bugs.webkit.org/show_bug.cgi?id=90868

Unreviewed EFL build fix.

Correct CMake configuration to have EFL's DRT and WebKitTestRunner link
WTF library. This is needed to resolve undefined reference to WTF::MD5::*.

Patch by Christophe Dumez <Christophe Dumez> on 2012-07-10

  • DumpRenderTree/efl/CMakeLists.txt:
  • WebKitTestRunner/PlatformEfl.cmake:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r122204 r122213  
     12012-07-10  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL] WebKit DRT and WTR fail to build due to undefined reference to WTF::MD5::*
     4        https://bugs.webkit.org/show_bug.cgi?id=90868
     5
     6        Unreviewed EFL build fix.
     7
     8        Correct CMake configuration to have EFL's DRT and WebKitTestRunner link
     9        WTF library. This is needed to resolve undefined reference to WTF::MD5::*.
     10
     11        * DumpRenderTree/efl/CMakeLists.txt:
     12        * WebKitTestRunner/PlatformEfl.cmake:
     13
    1142012-07-10  Adam Barth  <abarth@webkit.org>
    215
  • trunk/Tools/DumpRenderTree/efl/CMakeLists.txt

    r120807 r122213  
    3030    ${WebCore_LIBRARY_NAME}
    3131    ${WebKit_LIBRARY_NAME}
     32    ${WTF_LIBRARY_NAME}
    3233    ${CAIRO_LIBRARIES}
    3334    ${ECORE_X_LIBRARIES}
  • trunk/Tools/WebKitTestRunner/PlatformEfl.cmake

    r121893 r122213  
    4242    ${EFLDEPS_LIBRARIES}
    4343    ${Glib_LIBRARIES}
     44    ${WTF_LIBRARY_NAME}
    4445)
    4546
Note: See TracChangeset for help on using the changeset viewer.