Unreviewed, fixed Efl compilation after r80744.
* Source/cmake/OptionsEfl.cmake:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@80758
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-03-10 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed, fixed Efl compilation after r80744.
+
+ * Source/cmake/OptionsEfl.cmake:
+
2011-03-10 Martin Robinson <mrobinson@igalia.com>
Fixed the help message for WebGL support on GTK+ to reflect the fact that
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)