Title: [145561] trunk/Source
- Revision
- 145561
- Author
- zandober...@gmail.com
- Date
- 2013-03-12 10:42:28 -0700 (Tue, 12 Mar 2013)
Log Message
[GTK] Remove HILDON_CPPFLAGS and HILDON_CFLAGS references from GNUmakefiles
https://bugs.webkit.org/show_bug.cgi?id=112163
Reviewed by Martin Robinson.
Source/WebCore:
No new tests - no new functionality, merely a cleanup.
* GNUmakefile.am: The Hildon dependency doesn't exist anymore so there's no need for
references to HILDON_CPPFLAGS and HILDON_CFLAGS.
Source/WebKit2:
* GNUmakefile.am: The Hildon dependency doesn't exist anymore so there's no need for
references to HILDON_CPPFLAGS and HILDON_CFLAGS.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (145560 => 145561)
--- trunk/Source/WebCore/ChangeLog 2013-03-12 17:40:40 UTC (rev 145560)
+++ trunk/Source/WebCore/ChangeLog 2013-03-12 17:42:28 UTC (rev 145561)
@@ -1,3 +1,15 @@
+2013-03-12 Zan Dobersek <zdober...@igalia.com>
+
+ [GTK] Remove HILDON_CPPFLAGS and HILDON_CFLAGS references from GNUmakefiles
+ https://bugs.webkit.org/show_bug.cgi?id=112163
+
+ Reviewed by Martin Robinson.
+
+ No new tests - no new functionality, merely a cleanup.
+
+ * GNUmakefile.am: The Hildon dependency doesn't exist anymore so there's no need for
+ references to HILDON_CPPFLAGS and HILDON_CFLAGS.
+
2013-03-12 Pavel Feldman <pfeld...@chromium.org>
Not reviewed: removing GtkVersioning from chromium targets.
Modified: trunk/Source/WebCore/GNUmakefile.am (145560 => 145561)
--- trunk/Source/WebCore/GNUmakefile.am 2013-03-12 17:40:40 UTC (rev 145560)
+++ trunk/Source/WebCore/GNUmakefile.am 2013-03-12 17:42:28 UTC (rev 145561)
@@ -591,7 +591,6 @@
$(webcoregtk_cppflags) \
$(_javascript_core_cppflags) \
-fno-strict-aliasing \
- $(HILDON_CPPFLAGS) \
$(CAIRO_CFLAGS) \
$(CLUTTER_CFLAGS) \
$(COVERAGE_CFLAGS) \
@@ -603,7 +602,6 @@
$(GLIB_CFLAGS) \
$(GSTREAMER_CFLAGS) \
$(GTK_CFLAGS) \
- $(HILDON_CFLAGS) \
$(LIBSECRET_CFLAGS) \
$(LIBSOUP_CFLAGS) \
$(LIBXML_CFLAGS) \
Modified: trunk/Source/WebKit2/ChangeLog (145560 => 145561)
--- trunk/Source/WebKit2/ChangeLog 2013-03-12 17:40:40 UTC (rev 145560)
+++ trunk/Source/WebKit2/ChangeLog 2013-03-12 17:42:28 UTC (rev 145561)
@@ -1,5 +1,15 @@
2013-03-12 Zan Dobersek <zdober...@igalia.com>
+ [GTK] Remove HILDON_CPPFLAGS and HILDON_CFLAGS references from GNUmakefiles
+ https://bugs.webkit.org/show_bug.cgi?id=112163
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.am: The Hildon dependency doesn't exist anymore so there's no need for
+ references to HILDON_CPPFLAGS and HILDON_CFLAGS.
+
+2013-03-12 Zan Dobersek <zdober...@igalia.com>
+
[GTK] Set up the libPlatformGtk.la library
https://bugs.webkit.org/show_bug.cgi?id=111738
Modified: trunk/Source/WebKit2/GNUmakefile.am (145560 => 145561)
--- trunk/Source/WebKit2/GNUmakefile.am 2013-03-12 17:40:40 UTC (rev 145560)
+++ trunk/Source/WebKit2/GNUmakefile.am 2013-03-12 17:42:28 UTC (rev 145561)
@@ -507,7 +507,6 @@
$(platformgtk_cppflags) \
$(_javascript_core_cppflags) \
-fno-strict-aliasing \
- $(HILDON_CPPFLAGS) \
$(CAIRO_CFLAGS) \
$(CLUTTER_CFLAGS) \
$(COVERAGE_CFLAGS) \
@@ -519,7 +518,6 @@
$(GLIB_CFLAGS) \
$(GSTREAMER_CFLAGS) \
$(GTK_CFLAGS) \
- $(HILDON_CFLAGS) \
$(LIBSECRET_CFLAGS) \
$(LIBSOUP_CFLAGS) \
$(LIBXML_CFLAGS) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes