summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/CMakeListsEfl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/CMakeListsEfl.txt')
-rw-r--r--Source/WebCore/CMakeListsEfl.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/WebCore/CMakeListsEfl.txt b/Source/WebCore/CMakeListsEfl.txt
index ba7b554..8c19c19 100644
--- a/Source/WebCore/CMakeListsEfl.txt
+++ b/Source/WebCore/CMakeListsEfl.txt
@@ -13,6 +13,7 @@ LIST(APPEND WebCore_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/accessibility/efl"
"${WEBKIT_DIR}/efl/WebCoreSupport"
"${WEBKIT_DIR}/efl/ewk"
+ "${DERIVED_SOURCES_DIR}"
)
LIST(APPEND WebCore_SOURCES
@@ -167,6 +168,12 @@ IF (WTF_USE_ICU_UNICODE)
)
ENDIF ()
+IF (ENABLE_GEOLOCATION)
+ LIST(APPEND WebCore_SOURCES
+ platform/efl/GeolocationServiceEfl.cpp
+ )
+ENDIF()
+
IF (ENABLE_VIDEO)
LIST(APPEND WebCore_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/graphics/gstreamer"