summaryrefslogtreecommitdiffstats
path: root/Source/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/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 74fcbd7..6b0b080 100644
--- a/Source/cmake/OptionsEfl.cmake
+++ b/Source/cmake/OptionsEfl.cmake
@@ -127,11 +127,11 @@ ENDIF ()
IF (FONT_BACKEND STREQUAL "freetype")
FIND_PACKAGE(Freetype 9.0 REQUIRED)
SET(WTF_USE_FREETYPE 1)
- ADD_DEFINITIONS(-DUSE_FREETYPE=1)
+ ADD_DEFINITIONS(-DWTF_USE_FREETYPE=1)
ELSE ()
FIND_PACKAGE(Pango REQUIRED)
SET(WTF_USE_PANGO 1)
- ADD_DEFINITIONS(-DUSE_PANGO=1)
+ ADD_DEFINITIONS(-DWTF_USE_PANGO=1)
IF (NOT ENABLE_GLIB_SUPPORT)
SET(ENABLE_GLIB_SUPPORT 1)