Reviewed by Martin Robinson.
[GTK] use ENABLE(GLIB_SUPPORT)
https://bugs.webkit.org/show_bug.cgi?id=46630
Enabling GLIB_SUPPORT on all ports that use GLib to simplify
checks.
* GNUmakefile.am: Enabled the GLIB_SUPPORT define.
JavaScriptCore:
Reviewed by Martin Robinson.
[GTK] use ENABLE(GLIB_SUPPORT)
https://bugs.webkit.org/show_bug.cgi?id=46630
* wtf/Platform.h: Include GTypedefs.h only if glib support
is explicitly enabled.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@68405
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-09-27 Philippe Normand <pnormand@igalia.com>
+
+ Reviewed by Martin Robinson.
+
+ [GTK] use ENABLE(GLIB_SUPPORT)
+ https://bugs.webkit.org/show_bug.cgi?id=46630
+
+ Enabling GLIB_SUPPORT on all ports that use GLib to simplify
+ checks.
+
+ * GNUmakefile.am: Enabled the GLIB_SUPPORT define.
+
2010-09-24 Romain Pokrzywka <romain@kdab.com>
Reviewed by Simon Hausmann.
-Wformat -Wformat-security -Wno-format-y2k -Wundef \
-Wmissing-format-attribute -Wpointer-arith -Wwrite-strings \
-Wno-unused-parameter -Wno-parentheses \
- -fno-exceptions
+ -fno-exceptions -DENABLE_GLIB_SUPPORT=1
+
global_cxxflags += \
$(SYMBOL_VISIBILITY_INLINES) \
+2010-09-27 Philippe Normand <pnormand@igalia.com>
+
+ Reviewed by Martin Robinson.
+
+ [GTK] use ENABLE(GLIB_SUPPORT)
+ https://bugs.webkit.org/show_bug.cgi?id=46630
+
+ * wtf/Platform.h: Include GTypedefs.h only if glib support
+ is explicitly enabled.
+
2010-09-25 Holger Hans Peter Freyther <holger@moiji-mobile.com>
Reviewed by Adam Barth.
#define ENABLE_BRANCH_COMPACTION 1
#endif
-#if PLATFORM(GTK) || (PLATFORM(EFL) && ENABLE(GLIB_SUPPORT))
+#if ENABLE(GLIB_SUPPORT)
#include "GTypedefs.h"
#endif