summaryrefslogtreecommitdiffstats
path: root/WebCore/CMakeListsEfl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/CMakeListsEfl.txt')
-rw-r--r--WebCore/CMakeListsEfl.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/WebCore/CMakeListsEfl.txt b/WebCore/CMakeListsEfl.txt
index b4667af..1cb6e44 100644
--- a/WebCore/CMakeListsEfl.txt
+++ b/WebCore/CMakeListsEfl.txt
@@ -1,3 +1,8 @@
+LIST(APPEND WebCore_LINK_FLAGS
+ ${ECORE_X_LDFLAGS}
+ ${EFLDEPS_LDFLAGS}
+)
+
LIST(APPEND WebCore_INCLUDE_DIRECTORIES
"${JAVASCRIPTCORE_DIR}/wtf/gobject"
"${JAVASCRIPTCORE_DIR}/wtf/text"
@@ -5,7 +10,7 @@ LIST(APPEND WebCore_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/text/efl"
"${WEBCORE_DIR}/platform/graphics/efl"
"${WEBCORE_DIR}/page/efl"
- "${WEBCORE_DIR}/acessibility/efl"
+ "${WEBCORE_DIR}/accessibility/efl"
"${WEBKIT_DIR}/efl/WebCoreSupport"
"${WEBKIT_DIR}/efl/ewk"
)
@@ -65,6 +70,7 @@ IF (WTF_PLATFORM_CAIRO)
platform/graphics/cairo/FontCairo.cpp
platform/graphics/cairo/FontCustomPlatformData.cpp
platform/graphics/cairo/FontPlatformDataCairo.cpp
+ platform/graphics/cairo/GOwnPtrCairo.cpp
platform/graphics/cairo/GlyphPageTreeNodeCairo.cpp
platform/graphics/cairo/GradientCairo.cpp
platform/graphics/cairo/GraphicsContextCairo.cpp