Changeset 184632 in webkit


Ignore:
Timestamp:
May 20, 2015 3:12:07 AM (9 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Fix build failure, linker does not find libXext.
https://bugs.webkit.org/show_bug.cgi?id=144100

Patch by Hyungwook Lee <hyungwook.lee@navercorp.com> on 2015-05-20
Reviewed by Gyuyoung Kim.

Move Xext library from WebProcess_LIBRARIES to WebKit2_LIBRARIES.

  • PlatformEfl.cmake:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r184620 r184632  
     12015-05-20  Hyungwook Lee  <hyungwook.lee@navercorp.com>
     2
     3        [EFL] Fix build failure, linker does not find libXext.
     4        https://bugs.webkit.org/show_bug.cgi?id=144100
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Move Xext library from WebProcess_LIBRARIES to WebKit2_LIBRARIES.
     9
     10        * PlatformEfl.cmake:
     11
    1122015-05-19  Carlos Garcia Campos  <cgarcia@igalia.com>
    213
  • trunk/Source/WebKit2/PlatformEfl.cmake

    r184536 r184632  
    346346    list(APPEND WebProcess_LIBRARIES
    347347        ${ECORE_X_LIBRARIES}
    348         ${X11_Xext_LIB}
    349348    )
    350349    list(APPEND WebKit2_LIBRARIES
    351350        ${ECORE_X_LIBRARIES}
     351        ${X11_Xext_LIB}
    352352    )
    353353endif ()
Note: See TracChangeset for help on using the changeset viewer.