summaryrefslogtreecommitdiffstats
path: root/Source/cmake/OptionsEfl.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake/OptionsEfl.cmake')
-rw-r--r--Source/cmake/OptionsEfl.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmake/OptionsEfl.cmake b/Source/cmake/OptionsEfl.cmake
index 6b0b080..338c393 100644
--- a/Source/cmake/OptionsEfl.cmake
+++ b/Source/cmake/OptionsEfl.cmake
@@ -46,8 +46,8 @@ SET(WTF_USE_ICU_UNICODE 1)
ADD_DEFINITIONS(-DWTF_USE_ICU_UNICODE=1)
LIST(APPEND WTF_INCLUDE_DIRECTORIES ${ICU_INCLUDE_DIRS})
-SET(WTF_PLATFORM_CAIRO 1)
-ADD_DEFINITIONS(-DWTF_PLATFORM_CAIRO=1)
+SET(WTF_USE_CAIRO 1)
+ADD_DEFINITIONS(-DWTF_USE_CAIRO=1)
SET(JSC_EXECUTABLE_NAME jsc_efl)
SET(WTF_LIBRARY_NAME wtf_efl)