Changeset 192096 in webkit


Ignore:
Timestamp:
Nov 6, 2015 1:48:45 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Fails to link libwebkit2gtkinjectedbundle.so on OSX
https://bugs.webkit.org/show_bug.cgi?id=144785

Patch by Philip Chimento <philip.chimento@gmail.com> on 2015-11-06
Reviewed by Philippe Normand.

  • PlatformGTK.cmake: Add missing WebKit2 library to list of

libraries to link with. Required for OSX build.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r192093 r192096  
     12015-11-06  Philip Chimento  <philip.chimento@gmail.com>
     2
     3        [GTK] Fails to link libwebkit2gtkinjectedbundle.so on OSX
     4        https://bugs.webkit.org/show_bug.cgi?id=144785
     5
     6        Reviewed by Philippe Normand.
     7
     8        * PlatformGTK.cmake: Add missing WebKit2 library to list of
     9        libraries to link with. Required for OSX build.
     10
    1112015-11-05  Nikos Andronikos  <nikos.andronikos-webkit@cisra.canon.com.au>
    212
  • trunk/Source/WebKit2/PlatformGTK.cmake

    r191881 r192096  
    872872add_dependencies(webkit2gtkinjectedbundle GObjectDOMBindings)
    873873add_webkit2_prefix_header(webkit2gtkinjectedbundle)
     874target_link_libraries(webkit2gtkinjectedbundle WebKit2)
    874875
    875876# Add ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} to LD_LIBRARY_PATH
Note: See TracChangeset for help on using the changeset viewer.