Changeset 64559 in webkit


Ignore:
Timestamp:
Aug 3, 2010 8:47:18 AM (14 years ago)
Author:
leandro@webkit.org
Message:

2010-08-03 ryuan choi <ryuan.choi@samsung.com>

Reviewed by Darin Adler.

[EFL] REGRESSION(64425) need to fix build break
https://bugs.webkit.org/show_bug.cgi?id=43322

just add include path missed after r64425

  • CMakeListsEfl.txt:
Location:
trunk/WebKit/efl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/efl/CMakeListsEfl.txt

    r64097 r64559  
    1111    "${WEBKIT_DIR}/efl/ewk"
    1212    "${WEBKIT_DIR}/efl/WebCoreSupport"
     13    "${WEBCORE_DIR}/platform/efl"
    1314    ${Cairo_INCLUDE_DIRS}
    1415    ${ECORE_X_INCLUDE_DIRS}
  • trunk/WebKit/efl/ChangeLog

    r64513 r64559  
     12010-08-03  ryuan choi  <ryuan.choi@samsung.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        [EFL] REGRESSION(64425) need to fix build break
     6        https://bugs.webkit.org/show_bug.cgi?id=43322
     7
     8        just add include path missed after r64425
     9
     10        * CMakeListsEfl.txt:
     11
    1122010-07-27  Luiz Agostini  <luiz.agostini@openbossa.org>
    213
Note: See TracChangeset for help on using the changeset viewer.