summaryrefslogtreecommitdiff
path: root/Source/WebKit/PlatformEfl.cmake
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-07-23 09:28:44 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2012-07-23 09:28:44 +0200
commit815f1ed417bd26fbe2abbdf20ac5d3423b30796c (patch)
tree923c9a9e2834ccab60f5caecfb8f0ac410c1dd9e /Source/WebKit/PlatformEfl.cmake
parentb4ad5d9d2b96baacd0180ead50de5195ca78af2d (diff)
downloadqtwebkit-815f1ed417bd26fbe2abbdf20ac5d3423b30796c.tar.gz
Imported WebKit commit e65cbc5b6ac32627c797e7fc7f46eb7794410c92 (http://svn.webkit.org/repository/webkit/trunk@123308)
New snapshot with better configure tests
Diffstat (limited to 'Source/WebKit/PlatformEfl.cmake')
-rw-r--r--Source/WebKit/PlatformEfl.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/WebKit/PlatformEfl.cmake b/Source/WebKit/PlatformEfl.cmake
index c6243da30..6cdc9b775 100644
--- a/Source/WebKit/PlatformEfl.cmake
+++ b/Source/WebKit/PlatformEfl.cmake
@@ -13,6 +13,7 @@ LIST(APPEND WebKit_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/efl"
"${WEBCORE_DIR}/platform/graphics/cairo"
"${WEBCORE_DIR}/platform/graphics/efl"
+ "${WEBCORE_DIR}/platform/network/soup"
${CAIRO_INCLUDE_DIRS}
${ECORE_X_INCLUDE_DIRS}
${EDJE_INCLUDE_DIRS}
@@ -171,8 +172,8 @@ LIST(APPEND WebKit_LIBRARIES
)
SET(WebKit_THEME_DEFINITION "")
-IF (ENABLE_PROGRESS_TAG)
- LIST(APPEND WebKit_THEME_DEFINITION "-DENABLE_PROGRESS_TAG")
+IF (ENABLE_PROGRESS_ELEMENT)
+ LIST(APPEND WebKit_THEME_DEFINITION "-DENABLE_PROGRESS_ELEMENT")
ENDIF ()
FILE(MAKE_DIRECTORY ${THEME_BINARY_DIR})