Try to fix GTK+ build.
Move GTK_API_VERSION_2 define to here, since we want to use it
outside of WebCore/WebKit.
* GNUmakefile.am:
WebCore:
2010-08-24 Xan Lopez <xlopez@igalia.com>
Try to fix GTK+ build.
Move GTK_API_VERSION_2 define out.
* GNUmakefile.am:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@65927
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-08-24 Xan Lopez <xlopez@igalia.com>
+
+ Try to fix GTK+ build.
+
+ Move GTK_API_VERSION_2 define to here, since we want to use it
+ outside of WebCore/WebKit.
+
+ * GNUmakefile.am:
+
2010-08-24 Lucas De Marchi <lucas.demarchi@profusion.mobi>
[EFL] Unreviewed build fix after r65891.
-DBUILDING_GTK__=1 \
-DWTF_CHANGES
+# ----
+# GTK+ 2.x/3.x support
+# ----
+if GTK_API_VERSION_2
+global_cppflags += \
+ -DGTK_API_VERSION_2=1
+endif
+
if USE_ICU_UNICODE
global_cppflags += \
-DWTF_USE_ICU_UNICODE=1
+2010-08-24 Xan Lopez <xlopez@igalia.com>
+
+ Try to fix GTK+ build.
+
+ Move GTK_API_VERSION_2 define out.
+
+ * GNUmakefile.am:
+
2010-08-24 Simon Fraser <simon.fraser@apple.com>
Reviewed by Sam Weinig.
WebCore/plugins/win/PluginMessageThrottlerWin.h
endif
-# ----
-# GTK+ 2.x/3.x support
-# ----
-
-if GTK_API_VERSION_2
-webcore_cppflags += \
- -DGTK_API_VERSION_2=1
-endif
-
# ----
# icu unicode backend
# ----