From f0733326643f81cd43d0cdb185308f17c8483a13 Mon Sep 17 00:00:00 2001 From: "gyuyoung.kim@samsung.com" Date: Mon, 11 Aug 2014 10:07:59 +0000 Subject: [PATCH] Unreviewed, EFL build fix since r172385. * PlatformEfl.cmake: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@172392 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebKit2/ChangeLog | 6 ++++++ Source/WebKit2/PlatformEfl.cmake | 1 + 2 files changed, 7 insertions(+) diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index f1510bb..c0ab96d 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog @@ -1,3 +1,9 @@ +2014-08-11 Gyuyoung Kim + + Unreviewed, EFL build fix since r172385. + + * PlatformEfl.cmake: + 2014-08-11 Carlos Garcia Campos Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release. diff --git a/Source/WebKit2/PlatformEfl.cmake b/Source/WebKit2/PlatformEfl.cmake index 4c6f220..a8bed35 100644 --- a/Source/WebKit2/PlatformEfl.cmake +++ b/Source/WebKit2/PlatformEfl.cmake @@ -270,6 +270,7 @@ list(APPEND WebKit2_INCLUDE_DIRECTORIES ) list(APPEND WebKit2_LIBRARIES + WTF ${CAIRO_LIBRARIES} ${CMAKE_DL_LIBS} ${ECORE_EVAS_LIBRARIES} -- 1.8.3.1