Changeset 176590 in webkit


Ignore:
Timestamp:
Nov 30, 2014 11:36:45 PM (9 years ago)
Author:
ljaehun.lim@samsung.com
Message:

[EFL] Add eldbus to the library list
https://bugs.webkit.org/show_bug.cgi?id=139120

Reviewed by Gyuyoung Kim.

Fix undefined reference errors for eldbus APIs.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r176574 r176590  
     12014-11-30  Jaehun Lim  <ljaehun.lim@samsung.com>
     2
     3        [EFL] Add eldbus to the library list
     4        https://bugs.webkit.org/show_bug.cgi?id=139120
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Fix undefined reference errors for eldbus APIs.
     9
     10        * PlatformEfl.cmake:
     11
    1122014-11-29  Anders Carlsson  <andersca@apple.com>
    213
  • trunk/Source/WebKit2/PlatformEfl.cmake

    r175288 r176590  
    269269    ${EO_INCLUDE_DIRS}
    270270    ${EVAS_INCLUDE_DIRS}
     271    ${GLIB_INCLUDE_DIRS}
    271272    ${HARFBUZZ_INCLUDE_DIRS}
    272273    ${LIBSOUP_INCLUDE_DIRS}
     
    274275    ${LIBXSLT_INCLUDE_DIRS}
    275276    ${SQLITE_INCLUDE_DIRS}
    276     ${GLIB_INCLUDE_DIRS}
    277     ${LIBSOUP_INCLUDE_DIRS}
    278     ${WTF_DIR}
    279277)
    280278
     
    561559    )
    562560endif ()
     561
     562if (ENABLE_BATTERY_STATUS)
     563    list(APPEND WebKit2_LIBRARIES
     564        ${ELDBUS_LIBRARIES}
     565    )
     566endif ()
Note: See TracChangeset for help on using the changeset viewer.